Commit 75f3fd7
Fix issue link provider to open links in VS Code instead of browser
- Modified IssueLinkProvider.resolveDocumentLink to use webview URIs
- Added instanceof check to distinguish between PullRequestModel and IssueModel
- Uses toOpenPullRequestWebviewUri for PRs and toOpenIssueWebviewUri for issues
- This ensures links like #22 open in VS Code webview instead of external browser
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>1 parent 3819225 commit 75f3fd7
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
85 | 102 | | |
86 | 103 | | |
87 | 104 | | |
| |||
0 commit comments