Skip to content

Commit 259a6bf

Browse files
authored
Copilot - move checkout/apply actions to the working set (#8356)
1 parent 4e93489 commit 259a6bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3721,13 +3721,15 @@
37213721
"group": "context"
37223722
}
37233723
],
3724-
"chat/multiDiff/context": [
3724+
"chat/input/editing/sessionToolbar": [
37253725
{
37263726
"command": "pr.checkoutFromDescription",
3727+
"group": "navigation@0",
37273728
"when": "chatSessionType == copilot-cloud-agent && workspaceFolderCount > 0"
37283729
},
37293730
{
37303731
"command": "pr.applyChangesFromDescription",
3732+
"group": "navigation@1",
37313733
"when": "chatSessionType == copilot-cloud-agent && workspaceFolderCount > 0"
37323734
}
37333735
]

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
"command.pr.toggleEditorCommentingOn.title": "Toggle Editor Commenting On",
306306
"command.pr.toggleEditorCommentingOff.title": "Toggle Editor Commenting Off",
307307
"command.pr.checkoutFromDescription.title": "Checkout",
308-
"command.pr.applyChangesFromDescription.title": "Apply Changes",
308+
"command.pr.applyChangesFromDescription.title": "Apply",
309309
"command.pr.checkoutOnVscodeDevFromDescription.title": "Checkout on vscode.dev",
310310
"command.pr.checkoutOnCodespacesFromDescription.title": "Checkout on Codespaces",
311311
"command.pr.openSessionLogFromDescription.title": "View Session",

0 commit comments

Comments
 (0)