stackb / bazel-stack-vscode

VSCode Extension for Bazel
https://docs.stack.build
Other
64 stars 4 forks source link

Feature: Update $HOME/.bzl/bin/bzl when bzl is downloaded #127

Open pcj opened 1 year ago

pcj commented 1 year ago

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 when bzl is downloaded within vscode, to keep these in sync.