We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0848f28 commit 3b825b0Copy full SHA for 3b825b0
package.json
@@ -4551,6 +4551,12 @@
4551
"when": "config.git.enabled && !git.missing && !isInDiffEditor && !isMergeEditor && resource in git.mergeChanges && git.activeResourceHasMergeConflicts"
4552
}
4553
],
4554
+ "multiDiffEditor/content": [
4555
+ {
4556
+ "command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
4557
+ "when": "resourceScheme == copilotcli-worktree-changes"
4558
+ }
4559
+ ],
4560
"chat/chatSessions": [
4561
{
4562
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
0 commit comments