|
67 | 67 | "virtualWorkspaces": true |
68 | 68 | }, |
69 | 69 | "contributes": { |
| 70 | + "chatSessions": [ |
| 71 | + { |
| 72 | + "id": "copilot-swe-agent", |
| 73 | + "name": "copilot", |
| 74 | + "displayName": "GitHub Copilot Coding Agent", |
| 75 | + "description": "Chat session for GitHub Copilot coding agent" |
| 76 | + } |
| 77 | + ], |
70 | 78 | "remoteCodingAgents": [ |
71 | 79 | { |
72 | 80 | "id": "githubCodingAgent", |
|
1291 | 1299 | "category": "%command.pull.request.category%", |
1292 | 1300 | "icon": "$(eye)" |
1293 | 1301 | }, |
| 1302 | + { |
| 1303 | + "command": "pr.checkoutFromDescription", |
| 1304 | + "title": "%command.pr.checkoutFromDescription.title%", |
| 1305 | + "category": "%command.pull.request.category%" |
| 1306 | + }, |
| 1307 | + { |
| 1308 | + "command": "pr.checkoutOnVscodeDevFromDescription", |
| 1309 | + "title": "%command.pr.checkoutOnVscodeDevFromDescription.title%", |
| 1310 | + "category": "%command.pull.request.category%" |
| 1311 | + }, |
| 1312 | + { |
| 1313 | + "command": "pr.openSessionLogFromDescription", |
| 1314 | + "title": "%command.pr.openSessionLogFromDescription.title%", |
| 1315 | + "category": "%command.pull.request.category%" |
| 1316 | + }, |
1294 | 1317 | { |
1295 | 1318 | "command": "review.diffWithPrHead", |
1296 | 1319 | "title": "%command.review.diffWithPrHead.title%", |
|
1418 | 1441 | "title": "%command.pr.copyVscodeDevPrLink.title%", |
1419 | 1442 | "category": "%command.issues.category%" |
1420 | 1443 | }, |
| 1444 | + { |
| 1445 | + "command": "pr.copyPrLink", |
| 1446 | + "title": "%command.pr.copyPrLink.title%", |
| 1447 | + "category": "%command.issues.category%" |
| 1448 | + }, |
1421 | 1449 | { |
1422 | 1450 | "command": "pr.refreshComments", |
1423 | 1451 | "title": "%command.pr.refreshComments.title%", |
|
1953 | 1981 | "command": "pr.toggleEditorCommentingOff", |
1954 | 1982 | "when": "false" |
1955 | 1983 | }, |
| 1984 | + { |
| 1985 | + "command": "pr.checkoutFromDescription", |
| 1986 | + "when": "false" |
| 1987 | + }, |
| 1988 | + { |
| 1989 | + "command": "pr.checkoutOnVscodeDevFromDescription", |
| 1990 | + "when": "false" |
| 1991 | + }, |
| 1992 | + { |
| 1993 | + "command": "pr.openSessionLogFromDescription", |
| 1994 | + "when": "false" |
| 1995 | + }, |
1956 | 1996 | { |
1957 | 1997 | "command": "review.suggestDiff", |
1958 | 1998 | "when": "false" |
|
2113 | 2153 | "command": "pr.copyVscodeDevPrLink", |
2114 | 2154 | "when": "github:inReviewMode && remoteName != codespaces && embedderIdentifier != github.dev" |
2115 | 2155 | }, |
| 2156 | +{ |
| 2157 | + "command": "pr.copyPrLink", |
| 2158 | + "when": "false" |
| 2159 | + }, |
2116 | 2160 | { |
2117 | 2161 | "command": "pr.goToNextDiffInPr", |
2118 | 2162 | "when": "activeEditor == workbench.editors.textDiffEditor && resourcePath in github:unviewedFiles" |
|
3273 | 3317 | { |
3274 | 3318 | "command": "review.requestChangesOnDotComDescription", |
3275 | 3319 | "when": "webviewId == PullRequestOverview && github:reviewCommentMenu && github:reviewCommentRequestChangesOnDotCom" |
| 3320 | + }, |
| 3321 | + { |
| 3322 | + "command": "pr.copyPrLink", |
| 3323 | + "when": "webviewId == PullRequestOverview && github:copyMenu" |
| 3324 | + }, |
| 3325 | + { |
| 3326 | + "command": "pr.copyVscodeDevPrLink", |
| 3327 | + "when": "webviewId == PullRequestOverview && github:copyMenu" |
| 3328 | + }, |
| 3329 | + { |
| 3330 | + "command": "pr.openChanges", |
| 3331 | + "group": "checkout@0", |
| 3332 | + "when": "webviewId == PullRequestOverview && github:checkoutMenu" |
| 3333 | + }, |
| 3334 | + { |
| 3335 | + "command": "pr.checkoutOnVscodeDevFromDescription", |
| 3336 | + "group": "checkout@1", |
| 3337 | + "when": "webviewId == PullRequestOverview && github:checkoutMenu" |
| 3338 | + }, |
| 3339 | + { |
| 3340 | + "command": "pr.openSessionLogFromDescription", |
| 3341 | + "when": "webviewId == PullRequestOverview && github:codingAgentMenu" |
3276 | 3342 | } |
| 3343 | + |
3277 | 3344 | ], |
3278 | 3345 | "chat/chatSessions": [ |
3279 | 3346 | { |
|
0 commit comments