The goal of this extension is speed when working with test files and bazel.
Instead of finding your matching BUILD.bazel, you can just prompt "bazelbird"
Do that by typing CMD+SHIFT+P as normal to prompt the action picker menu.
Type bazelbird in order to start the workflow and see your three options:
1. Create and run a new command
- This will auto-select the proper BUILD.bazel file and allow you to select which commands to run
- You can choose to run in your terminal or copy the command to clipboard.
2. View your historical commands
- This shows a historical record of all previously created commands
- You can choose to run in your terminal or copy the command to clipboard.
3. Manage your bazelbird config
- This is where all of the default bazel commands are defined.
- Also contains monorepo path removal override.
- Also contains override to only select _test targets by default.
- All mentioned settings are customizable to your liking via JSON.
| |