vscode-bazel icon indicating copy to clipboard operation
vscode-bazel copied to clipboard

Bazel support for Visual Studio Code

Results 126 vscode-bazel issues
Sort by recently updated
recently updated
newest added
trafficstars

When I go to edit `scripts/build.sh`, prettifier tells me it's configured to be the default formatter, but that it can't support shell languages. When I change the shell formatter to...

I get following problem report when opening a project ``` Command failed: bazel --output_base=/var/folders/2c/j6qtgvys2qv6h49rtmhkk_k80000gn/T/029341335872b017b347645eee910ef1 query ...:* --output=package Loading: 0 packages loaded ERROR: error loading package 'bazel-djinni-generator/external/rules_jvm_external': cannot load '//:private/versions.bzl': no...

I created https://github.com/bazelbuild/vscode-bazel/releases/tag/0.5.0 for the next release. The release instructions tell me to run ```` npm install -g vsce vsce package ```` However, the second command leads to ```` xargs:...

Given a binary rule, for example ```python rust_binary( name = "hello_word", srcs = ["main.rs"], ) ``` there is no option to `run` this Bazel target in Codelens. Codelens only offers...

I don't see any progress in the repository, which is a pity, because VSCode is currently the most popular code editor. Are there any plans to implement more features like...

We'd like to just use this extension for code highlighting. So we don't need to have buildifier or bazel installed globally on our systems. Possibly adding config to disable this...

In the 0.4.1 release, if a folder is converted into a workspace then the bazel extension ends up throwing an error from `BuildifierDiagnosticsManager.dispose` saying `this.disposables is not iterable`. ``` [2021-08-20...

In your settings.json ``` "bazel.buildifierExecutable": "/home/f.wiles/wksp/node_modules/.bin/buildifier", "bazel.buildifierExecutable": "${workspaceFolder}/node_modules/.bin/buildifier", ``` the first one works, the second however throws an error: >Error: Command failed: ${workspaceFolder}/node_modules/.bin/buildifier --mode=fix --type=build --lint=fix /bin/sh: 1: /node_modules/.bin/buildifier: not...

type: feature request
P3
blocked: by vscode

It would be really nice to see the Bazel icon next to bazel files in vscode to help me spot them out in the file explorer easier (similar to the...

When I run this, I get this msg: ``` Command failed: bazel --output_base=/tmp/20de9d54ae8f5a71cb5df6e40713bd6d query ...:* --output=package Another command (pid=9682) is running. Waiting for it to complete on the server... Loading:...