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

The Bazel extension occasionally gets stuck. I think it usually happens when bazel crashes once, and leaves the lock file around. I start getting errors that continuously pop up, which...

Buildifer installed using go, under $GOPATH/bin/buildifier Configured (in settings) "bazel.buildifierExecutable": "$GOPATH/bin/buildifier" When trying to have buildifier run on on edit. or on safe, getting warnings that buildifier is not found,...

Is there a users guide on how this addon work ? I am a newbie and installed the plug-in. What are next steps ? Sorry to post this here because...

**i encounter a python problem:** ERROR: error loading package 'bazel-stage1/external/bazel_tools/third_party/def_parser': Label '//tools/python:private/defs.bzl' is invalid because 'tools/python' is not a package; perhaps you meant to put the colon here: '//:tools/python/private/defs.bzl'? **and...

After installing Bazel 0.4.0 and re-opening my project containing a BUILD file, vscode detects the BUILD file as Plain Text. Clicking the Plain Text chip in the status bar and...

Similar to the existing `build` button above targets, I would like to have something that can generate an entry in `launch.json` with an optional field for a path to a...

I've opened a pull-request to add Starlark support to [NilsJPWerner/autoDocstring#159](https://github.com/NilsJPWerner/autoDocstring/pull/159) but it feels like this plugin should provide the same or similar functionality.

The on demand download rules wind up downloading to paths outside of output_base, which causes all sorts of bad behavior when "Queries Share Server" is not selected (and that setting...

In addition to the current option to Build, it'd be great if there was an option to Run straight from the Bazel Build Targets viewer. Even better, if we could...

type: feature request
P3

# Feature Request: Add debugger integration for other languages While it is possible to debug starlark and BUILD files using this extension it would be incredibly useful to be able...