vscode-bazel
vscode-bazel copied to clipboard
Bazel support for Visual Studio Code
This adds a github action to run release please. This automates a significant portion of the release process, including tagging, updating version numbers, changelog generation and creating github releases. Notes:...
i can't click on left side of BUILD.bazel file(current project) or .bzl file(source file in external dir) to add a breakpoint (red point) in vscode. Build Target with Starlark Debugger...
I primarily work on a mixed C++ and Python monorepo. I frequently find myself editing say a `.cc` file and wanting to jump to its corresponding `BUILD` file (in the...
When I launch the starlark debugger on windows. I cannot get the debugger break on windows endpoints. I can see the logs appear in the debug console. When I look...
The completion provider supports a hard coded list of file patterns, which however does not include *.bzl files.
It's possible for extensions to expose direct execution from other VS Code extensions: https://code.visualstudio.com/api/references/vscode-api#extensions ...but the Bazel extension does not offer any API calls (Extension.activate() does not return a value),...
TODO: - [ ] Include either node_modules or bundle the app before packaging (probably bundling is better). - [ ] Work out how to build protobufs - [ ] Update...
TL;DR: It would be really nice to have a way to filter the displayed CodeLens links. In BUILD files, there are often extra hidden rules defined by rules. For example,...
This is probably more of a feature request than bug report, but I wonder if `bazel.commandLine.queryExpression` should be used to limit the scope of all queries, including those performed by...
`bazel.commandLine.commandArgs` is only passed into `bazel test` and `bazel build` commands, not `bazel query`. I have a scenario where I need to use `--config` or `--package_path` at the end of...