Skip to content

Commit 758c9c0

Browse files
authored
Merge pull request #2454 from microsoft/joshspicer/candidate-3b825b0
adopt vscode#281431 (#2420)
2 parents 26adb44 + 5030b02 commit 758c9c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4551,6 +4551,12 @@
45514551
"when": "config.git.enabled && !git.missing && !isInDiffEditor && !isMergeEditor && resource in git.mergeChanges && git.activeResourceHasMergeConflicts"
45524552
}
45534553
],
4554+
"multiDiffEditor/content": [
4555+
{
4556+
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
4557+
"when": "resourceScheme == copilotcli-worktree-changes"
4558+
}
4559+
],
45544560
"chat/chatSessions": [
45554561
{
45564562
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",

0 commit comments

Comments
 (0)