vscode-bazel
vscode-bazel copied to clipboard
Bazel support for Visual Studio Code
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...
no error info when refresh Bazel Build Targets tree displays the build packages/targets in some case
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.
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...
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...
`.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.
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...
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...