Hi there,
I've come across an issue with the extension in use with Bazel 9.0.0. Dependencies are indexed improperly, and are not available with intellisense. I believe this must be related to the change made where globally available rules are now only available within their respective packages, e.g. rules_java. For example, java_library is now only available when properly importing it via load("@rules_java//java:defs.bzl", "java_library").
I addressed this issue in other repositories, however I am not familiar with the structure of Visual Studio Code extensions, and therefore do not know how to get started with this fix.
Thanks!
Jacob
Hi there,
I've come across an issue with the extension in use with Bazel 9.0.0. Dependencies are indexed improperly, and are not available with intellisense. I believe this must be related to the change made where globally available rules are now only available within their respective packages, e.g.
rules_java. For example,java_libraryis now only available when properly importing it viaload("@rules_java//java:defs.bzl", "java_library").I addressed this issue in other repositories, however I am not familiar with the structure of Visual Studio Code extensions, and therefore do not know how to get started with this fix.
Thanks!
Jacob