bazel-contrib / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
244 stars 79 forks source link

feat(workspace-tree): Workspace tree can show external local repository #422

Open cwahbong opened 3 weeks ago

cwahbong commented 3 weeks ago

Besides the existing internal packages, handles handles external local repository: the packages in pattern @repo//package/path:target.

For building the tree structure:

UI:

Misc:

Works towards https://github.com/bazel-contrib/vscode-bazel/issues/416.