vscode-bazel
vscode-bazel copied to clipboard
Bazel support for Visual Studio Code
The bazel query used to introspect the targets available assumes that the generated files are already there. This creates the problem that you have to first generate the files once....
I propose adding a set of commands to the plugin: `bazel.info.bazel-bin`, `bazel.info.bazel-genfiles`, and so on, for all or some subset of the `bazel info` keys. Each command would do nothing...
One of the features of the plugin is syntax highlighting but is not mentioned in the list of features.
1. Try building inside vscode, get following error: Command failed: bazel --output_base=/var/folders/k6/dhwsbs6n3nvfxf6n9yshj7km0000gn/T/0463e4baa7045b5c54bb24e8f17c257b query ...:* --output=package Loading: 0 packages loaded ERROR: error loading package '': at /private/var/folders/k6/dhwsbs6n3nvfxf6n9yshj7km0000gn/T/0463e4baa7045b5c54bb24e8f17c257b/external/io_bazel_rules_kotlin/kotlin/core.bzl:2:5: at /private/var/folders/k6/dhwsbs6n3nvfxf6n9yshj7km0000gn/T/0463e4baa7045b5c54bb24e8f17c257b/external/io_bazel_rules_kotlin/kotlin/internal/opts.bzl:22:5: Every .bzl...
hello, this is an amazing extension. Probably one of the top 5 best vscode extensions ever some bazel targets are more advanced like github.com/googleapis/googleapis so some of them use linux...
I seem to be getting errors when using almost any Bazel command from the palette, as shown below. ``` rejected promise not handled within 1 second: Error: Command failed: bazel...
## What I noticed that the vscode extension's outputs for copybara configuration files are different from the CLI's output. ## Why `getBuildifierFileType` is out of sync with ## Ref -...
There is a [Test Explorer UI extension](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) available, which itself provides a [Test Adapter API to discover and run tests](https://github.com/hbenl/vscode-example-test-adapter). An example of such test adapter is the [Catch2 and...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.8 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
I just tried out Bazel for the first time for a Java project and I ran into an issue that I've never seen with C++ and Python projects. Basically, when...