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

fix(config): Make default values for executables user-visible

Open cbandera opened this issue 2 months ago • 1 comments

This change makes the default settings for the executable paths visible from the VSCode GUI and simplifies the code by moving the defaults to package.json.

Closes #88

cbandera avatar Dec 09 '25 19:12 cbandera

After this change if you set the settings to the empty string it fails to spawn bazel or buildifier. Since the empty string is never a valid executable, maybe we should keep the behaviour where we set a default value when the setting is the empty string?

cameron-martin avatar Dec 09 '25 22:12 cameron-martin