Skip to content

Incompatibility with Bazel 9.0.0 #53

Description

@yakovliam

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions