-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
2 changed files
with
74 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters