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

Forking this off from a discussion in https://github.com/bazelbuild/vscode-bazel/pull/369#discussion_r1554639007 It would lower the barrier of entry for new users if this extension would offer an option to automatically download any missing...

type: feature request

Is there a reason “run” is not included in the list of things to add commandArgs to? I have some options which should apply equally to build, test and run...

Those two files were not maintained for a long time, and I don't know what value they are providing. Hence, I am deleting them

Hello, I'm working on a project where bazel is wraped with a toolchain. configuring vscode to use the wrapper was easy, so thank you for enabling that. When I trigger...

This in preparation of adding a new "Measure Coverage" command, but I don't want to make the main `extension.ts` file even longer. Hence, I first move all the commands into...

I beleive this Bazel extension is running a very expensive query. This is fine on a small repo, but on a large monorepo this basically prevents the user from running...

I see that new functionality for the test explorer has been added to display coverage. Can this functionality be placed behind a setting? We use this Bazel extension primarily for...

This extension's warning about no `buildifier` being found is overly eager, and presumes that the environment should have a single, global `buildifier` executable shared by multiple projects. But developers often...

This should not affect the existing build and test flow, but adding an additional step right before building vsix package. The esbuild.js is copied from [VSCode extension generator template](github.com/microsoft/vscode-generator-code/tree/4812b7e/generators/app/templates/ext-command-ts/vscode-esbuild) then...

Besides the existing internal packages, handles handles external local repository: the packages in pattern `@repo//package/path:target`. For building the tree structure: - We made the `WorkspaceTreeProvider` able to process only the...