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
Hello all! I'm new to Bazel and to the vscode plugin, and I may be very wrong...
My vscode plugin seems to be ignoring my .bazelignore file, by complaining of files/directories that are already ignored in that file.
So, locally it works, but it doesn't work in the plugin. I tried "bazel.pathsToIgnore", but it doesn't seem to ignore either...
It gives on plugin: "Command failed: bazel --output_base=/tmp/HASH query ....". Is there any chance this command doesn't observe the .bazelignore in my workspace?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hello all! I'm new to Bazel and to the vscode plugin, and I may be very wrong...
My vscode plugin seems to be ignoring my .bazelignore file, by complaining of files/directories that are already ignored in that file.
So, locally it works, but it doesn't work in the plugin. I tried "bazel.pathsToIgnore", but it doesn't seem to ignore either...
It gives on plugin: "Command failed: bazel --output_base=/tmp/HASH query ....". Is there any chance this command doesn't observe the .bazelignore in my workspace?
Thanks a lot!
The text was updated successfully, but these errors were encountered: