New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@theia/java

Package Overview
Dependencies
Maintainers
2
Versions
1940
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/java

Theia - Java Extension

latest
Source
npmnpm
Version
0.15.0
Version published
Maintainers
2
Created
Source

Theia - Java Extension

See here for a detailed documentation.

jdt.ls versions

Update 'jdt.ls.download.path in 'package.json' to update the jdt.ls used by the extension remove the key to fall-back to latest jdt.ls build.

Contribute a Java Extension

JavaExtensionContribution is a contribution point for all java extensions to provide paths of bundle jar files.

Implement JavaExtensionContribution

  • Put your bundle together with your extension (./bundles subfolder for example);
  • Create new class which implements JavaExtensionContribution, This class should return paths to the java bundles and the paths should be absolute.
  • Don't forget to bind yor class bind(JavaExtensionContribution).to(MyExtension).inSingletonScope(); Then Java Language Server will install this bundle for later usage.

License

Keywords

theia-extension

FAQs

Package last updated on 30 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts