vorburger / LearningBazelJavaVSC

Vorburger.ch learns (and reproduces issues with) Bazel.build for Java in Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazel with Java in Visual Studio Code

This is small minimal repo to explore using Bazel with Java in Visual Studio Code.

It is also used to create "reproducers" for related issues.

Run on CLI with bazelisk run //app (TODO: Via Dev Container, with Bazelisk pre-installed.)

Open repo in VSC, and open e.g. Main.java, and you should be able to "navigate" to Lib.java. If that does not work, then Troubleshoot.

PS: LearningBazel is for non-VSC.

About

Vorburger.ch learns (and reproduces issues with) Bazel.build for Java in Visual Studio Code

License:Apache License 2.0


Languages

Language:Starlark 55.1%Language:Java 44.9%