Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 2.6 KB

README.md

File metadata and controls

19 lines (11 loc) · 2.6 KB

GitHub Actions

bazel-ls-demo-project

Demo project for testing and developing the Bazel language server. The initial focus is on Java.

While Bazel provides a ton of flexibility, this flexibility is not something the Bazel language server will support initially. Instead we are starting with a focus on a recommended module structure extremely similar to Maven projects.

Dependency graph

VSCode tasks

You can use the example from the tasks.json file to create VSCode tasks.

The example runs a Bazel Query and expects a module name from the input area.