Bazel Support
See original GitHub issuevscode-java does not recognize bazel as a build environment
Environment
- Operating System:
- JDK version:
- Visual Studio Code version:
- Java extension version:
Steps To Reproduce
- Load a java project with bazel as the build system (example)
- Navigate to any
.java
file
Current Result
Receive “Classpath is incomplete” warning
Expected Result
vscode-java to infer classpath from bazel
Additional Informations
Issue Analytics
- State:
- Created 4 years ago
- Reactions:39
- Comments:11
Top Results From Across the Web
Bazel
Use the Bazel Open Source Project to scalably build and test massive, ... Add support for new languages and platforms with Bazel's extension...
Read more >bazelbuild/bazel: a fast, scalable, multi-language and ... - GitHub
It handles codebases of any size, in multiple repositories or a huge monorepo. Extensible to your needs: Easily add support for new languages...
Read more >Open-source Bazel Build Tutorial, Examples, and Advantages
Our tutorial for the open-source tool Bazel shows to optimize and automate the build process of large-scale software.
Read more >Snyk for Bazel - Snyk User Docs
Support is available through the Snyk API. ... Bazel supports projects in multiple languages and builds outputs for multiple platforms. Bazel supports large ......
Read more >Bazel support - Synopsys Detect - Black Duck Software
... Synopsys Detect provides limited support for Bazel projects. ... In case it cannot, you can specify which rule you use with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Its very painful to work in a monorepo with vscode without this.
I would also love to see this supported.