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

Allow bazel.executable to be set at workspace/folder level

Open studgeek opened this issue 4 years ago • 1 comments

Attempting to set the bazel.executable setting for a workspace results in the error "This setting can only be applied in user settings in local window or in remote settings in remote window.".

However, it seems quite possible for a developer to need a different bazel executable for different projects (e.g. for google engineers - internal bazel tool vs bazel).

studgeek avatar Apr 29 '21 18:04 studgeek

Same thing for bazel.buildifierExecutable

yohcop avatar Sep 12 '22 17:09 yohcop

I'd appreciate if this issue was addressed so that I could set up bazel.executable in my project's workspace.

While we're on the subject, it would help if it were possible to reference ${workspaceFolder} in the path.

shaybarak avatar Nov 21 '22 17:11 shaybarak

While we're on the subject, it would help if it were possible to reference ${workspaceFolder} in the path.

This is https://github.com/bazelbuild/vscode-bazel/issues/132.

jfirebaugh avatar Dec 02 '22 23:12 jfirebaugh