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: Add URI handler for jumping to targets (#431)
This feature will allow us to add links to documents, and tool output which jumps to specific targets, reducing friction and wasted time.
URI handler works such that:
vscode://bazelbuild.vscode-bazel//my/path/to/tests:target
(unfortunately github itself won't link out to non-http urls)
Will jump to said target given vscode is opened to a workspace which contains a bazel workspace with that target as the first workspaceFolder
I imagine we could handle more situations like:
vscode://bazelbuild.vscode-bazel/fspath/to/workspace//my/path/to/tests:target
or
vscode://bazelbuild.vscode-bazel/test//my/path/to/tests:target
But I imagine anything of the sort would be more controversial.
0 commit comments