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

VSCode Extension for Bazel

Results 20 bazel-stack-vscode issues
Sort by recently updated
recently updated
newest added

Would it be possible to publish this plugin on Open VSX so that users of various flavours of VS Code(Theia/Gitpod/etc) can also use it? The process is described here: https://github.com/open-vsx/publish-extensions#how-to-add-an-extension

Hi! I'm trying to use bazel-stack-vscode VSCode extension on a linux arm64 machine. I'm am seeing the following error: `~/.vscode-server/data/User/globalStorage/stackbuild.bazel-stack-vscode/file-downloader-downloads/v1.5.3-bzl: 1: Syntax error: "(" unexpected` When I tried to run...

bazel_dep(name = "rules_kotlin_mobile", version = "0.0.1") local_path_override( module_name = "rules_kotlin_mobile", path = "../", ) then time="2024-02-28T16:29:30+08:00" level-warning msg="could not load module \"@rules_kotlin_mobile//rules/gradle:gradle_project_generator.bzl\": pc error: code = NotFound desc = module...

The bzl binary may exist at both a global extension download folder (managed by VSCode), and $HOME/.bzl/bin/bzl for legacy CLI-only installs. Provide an option to update the location in $HOME...

Hi, I am trying to use `bzl` tool on macOS Ventura 13.2.1 but the CLI is segfault'ing. There's no additional information. ``` ❯ ./bzl [1] 38205 segmentation fault ./bzl ```...

Currently, when the Bazel Stack VSCode extension is used to build a bazel target, the focus of VSCode switches to the terminal which runs bazel. Would it be possible to...

Hi, Awesome VSCode extension! The keyboard shortcut for the `bsv.bzl.redo` command doesn't seem to work. on Windows (Shift+Windows+Space).

My configurations is : {type : starlark, request: attach, debugServer: 4711} After running command 'build //cmd/gencopy --experimental_skylark_debug ' and 'bzl debug adapter' successfully, I try to debug following the video...

One of the main apprehensions in fully adopting Bazel within our team is the lack of good Code Lens options. We love clicking the green 'Run Test' play button to...

VSCode has a Testing tab which allows for you to list and run unit tests within your project very easily. It would be very neat if this extension integrated with...