bazel-contrib / vscode-bazel

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

refactor: Move Bazel wrapper commands into separate file #406

Closed vogelsgesang closed 3 months ago

vogelsgesang commented 4 months ago

This in preparation of adding a new "Measure Coverage" command, but I don't want to make the main extension.ts file even longer. Hence, I first move all the commands which simply wrap underlying Bazel commands into a separate file.