Describe the bug
Some jar dependencies don't seem to be detected properly in the buildfarm bazel project:
- Open buildfarm source
- Wait until metals is done importing the workspace
- Open
InputFetcherTest.java
- Observe: you get errors on imports like
import build.bazel.remote.execution.v2.Action
When I look into the mbt.json, no jar is found that could provide this type. The dependency is imported in the build like so: @remoteapis//build/bazel/remote/execution/v2:remote_execution_java_proto"
Expected behavior
No response
Operating system
Windows
Editor/Extension
VS Code
Version of Metals
2.0.0-SNAPSHOT
Scala version/s
n/a
Extra context or search terms
No response
Describe the bug
Some jar dependencies don't seem to be detected properly in the buildfarm bazel project:
InputFetcherTest.javaimport build.bazel.remote.execution.v2.ActionWhen I look into the mbt.json, no jar is found that could provide this type. The dependency is imported in the build like so:
@remoteapis//build/bazel/remote/execution/v2:remote_execution_java_proto"Expected behavior
No response
Operating system
Windows
Editor/Extension
VS Code
Version of Metals
2.0.0-SNAPSHOT
Scala version/s
n/a
Extra context or search terms
No response