vscode-bazel
vscode-bazel copied to clipboard
Bazel support for Visual Studio Code
Target names encoded in UTF-8 are decoded using Windows-1252. This is shown in the CodeLens and in the "Bazel Build Targets" window. Using either of these interfaces to start a...
Is there a **run** command for `bazel run //main:hello-world` within vscode-bazel extension? 
I'd like to use `Bazel: Clean` in my project [examples/cpp-tutorial](https://docs.bazel.build/versions/master/tutorial/cpp.html#before-you-begin) and it results in error: `Command Bazel: Clean resulted in an error (Cannot read property 'workspaceFolder ' of undefined)` 
I've installed the extension and using [Before you begin](https://docs.bazel.build/versions/master/tutorial/cpp.html#before-you-begin) procedure but I am trying to exercise Bazel Build Targets, and CodeLens links in BUILD files and I'm seeing empty Bazel...
It seems appropriate that a tool for bazel would also be built with bazel. I did some work to convert the repository to use rules_nodejs https://github.com/zaucy/vscode-bazel/tree/build_with_bazel. It compiles, but I...
Refreshing a the test of build targets tries to pull every target in the workspace using `bazelisk query '//...:*' --output=package`. If any target in the graph fails then the targets...
Question: How to step debug bazel script? Similar question: [how to debug bazel skylark script step by step with a debugger](https://stackoverflow.com/questions/50014336/how-to-debug-bazel-skylark-script-step-by-step-with-a-debugger) According to [Using the Starlark Debugger](https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel&ssr=false#overview), I installed vscode-bazel...
It would be nice to be able to right click a target and copy the full target path to the clipboard. I frequently need the target outside of VSCode. I...
command 'bazel.buildAllRecursive' not found command 'bazel.XXXXX' not found every command not found bazel plugin: 0.3.0 vscode: version: 1.38.1 commit: b37e54c98e1a74ba89e03073e5a3761284e3ffb0 data: 2019-09-11T13:31:32.854Z Electron: 4.2.10 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0...
> Currently, the Starlark Debugger can be used by right-clicking a build target in the Bazel Build Targets view and selecting "Build Target with Starlark Debugger". This above option is...