You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(workspace-tree): Workspace tree can show external local repository
Besides the existing internal packages, handles handles external local
repository: the packages in pattern `@repo//package/path:target`.
We made the WorkspaceTreeProvider able to process only the following two patterns:
* `//internal/package/path`
* `@external//package/path`
And normalize the patterns queried in IBazelQuerier.
Simple test cases also added for package path handling.
0 commit comments