devoncarew / bazel-code

A Bazel plugin for VSCode.
https://marketplace.visualstudio.com/items?itemName=DevonDCarew.bazel-code
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Bazel extension doesn't seem to affect Java classpath within VS Code #12

Open quaeler opened 6 years ago

quaeler commented 6 years ago

If i open the root directory of a checked-out TensorFlow project, and then navigate to a Java file, i'll be presented with the Classpath is Incomplete warning.

Ideally this extension would have parsed all of the BUILD files within the project and modified the project's Java classpath such that VS Code would know about the java workspace.