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

refactor: Move user-facing commands into separate file #406

Open vogelsgesang opened 3 days ago

vogelsgesang commented 3 days 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 into a separate file.