vscode-bazel
vscode-bazel copied to clipboard
feat: Support completion of external targets
trafficstars
This change enables the target completion to work with 1) rules defined in external repositories:
and 2) repository names:
Depends on #306