- Notifications
You must be signed in to change notification settings - Fork10
Bazel Java development extension for VS Code
License
salesforce/bazel-vscode-java
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This extension adds support for Bazel to the Java™️ Language Support for VS Code.It plugs into the Eclipse Java Language server and computes project dependencies and classpath information using BazelBUILD files.
Go and install the extension from the VSCode Marketplace (seelisting here) or OpenVSX Registry (seelisting here).
Once installed, open VSCode in any Bazel Workspace with Java targets.The extension will look for aWORKSPACE (WORKSPACE.bazel) file to identify a Bazel workspace.Next it will look fora.bazelproject file to look for directories and targets to resolve.If no.bazelproject file can be found a default one will be created.For details of the lookup sequence please have a look at the latest implementation ofBazelProjectImporter.java in the language server.
Troubleshoot tips may be useful if it doesn't "just work".
About
Bazel Java development extension for VS Code
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.