You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Unable to find package for @@[unknown repo 'bazel_vscode_compdb' requested from @@]//:aspects.bzl: The repository '@@[unknown repo 'bazel_vscode_compdb' requested from @@]' could not be resolved: No repository visible as '@bazel_vscode_compdb' from main repository.
So, it just the the build rule cannot pick up the local bazel_vscode_compdb or the aspect. This command might need to be updated.
The text was updated successfully, but these errors were encountered:
In my case, the issue was caused by Bazel 7 enabling bzlmod by default, which seemed to be incompatible with this tool. My solution was to disable bzlmod in the .bazelrc file by adding the following line: build --noenable_bzlmod
The command
ERROR: Unable to find package for @@[unknown repo 'bazel_vscode_compdb' requested from @@]//:aspects.bzl: The repository '@@[unknown repo 'bazel_vscode_compdb' requested from @@]' could not be resolved: No repository visible as '@bazel_vscode_compdb' from main repository.
So, it just the the build rule cannot pick up the local bazel_vscode_compdb or the aspect. This command might need to be updated.
The text was updated successfully, but these errors were encountered: