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

bazel/tasks.ts has a cleanup note releated to microsoft/vscode#63951, that issue was fixed in Dec 2018, so the cleanup work should likely be done now.

When I right-click on a package in BAZEL BUILD TARGETS in Explorer, and select Build Package or Test Package, it only works for the package listed at the end. For...

I don't get syntax highlighting only in `BUILD` files (language mode defaults to "Plain text"). If I rename my file to `BUILD.bazel`, the syntax highlighting turns on.

type: bug
P2

I use multiple defined config_settings that are specific to specific targets(not generic so can't be added to .bazelrc). It will be cool to add them into somewhere in the 'BAZEL...

type: feature request
P3

I have an empty setting for `bazel.executable` and the build task failed due to "build: command not found". After manually set `bazel.executable` to "bazel", build task works. I believe that...

Frontend developers typically won't install Buildifier on their system path. Instead it will be fetched along with their other toolchain dependencies by a package manager like `npm` or `yarn` Opening...

type: feature request
P3

`.bazelci/presubmit.yml` has a comment about adding the "prettier check" but being blocked on a prettier-tslint issue, that referenced issue is fixed, so this should be safe to do now.

type: process

The user should be able to specify a problem-matcher so that when a build is executed, the output is integrated with VSCode's problem view, in the same way as can...

type: feature request
P3

The debug console when running our extension shows messages like these at activation time: ``` [UriError]: Scheme is missing: {scheme: "", authority: "", path: "", query: "", fragment: ""} extensionHostProcess.js:76...

type: bug