bazelbuild / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
231 stars 76 forks source link

fix: Don't wait on the "Buildifier not found" notification #368

Closed vogelsgesang closed 3 months ago

vogelsgesang commented 3 months ago

Otherwise, VS Code would assume the extension to not be properly activated until the user closed the "Buildifier not found" notification. And as long as the extension activation did not finish, there was a never-finishing "Loading" indicator on top of the "Bazel Build Targets" tree view.