Skip to content

Commit 8852122

Browse files
Copilotalexr00
andcommitted
Add IssueOverview webview to copy link context menu registration
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 4c8c06e commit 8852122

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3552,11 +3552,11 @@
35523552
},
35533553
{
35543554
"command": "pr.copyPrLink",
3555-
"when": "webviewId == PullRequestOverview && github:copyMenu"
3555+
"when": "(webviewId == PullRequestOverview || webviewId == IssueOverview) && github:copyMenu"
35563556
},
35573557
{
35583558
"command": "pr.copyVscodeDevPrLink",
3559-
"when": "webviewId == PullRequestOverview && github:copyMenu"
3559+
"when": "(webviewId == PullRequestOverview || webviewId == IssueOverview) && github:copyMenu"
35603560
},
35613561
{
35623562
"command": "pr.readyForReviewDescription",

0 commit comments

Comments
 (0)