Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit b3900e7

Browse files
authored
Background - update context keys (#3770)
1 parent 768cbe9 commit b3900e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4691,7 +4691,7 @@
46914691
"chat/input/editing/sessionToolbar": [
46924692
{
46934693
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
4694-
"when": "chatSessionType == copilotcli && workbenchState != empty && !isAgentSessionsWorkspace",
4694+
"when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
46954695
"group": "navigation@0"
46964696
},
46974697
{
@@ -5297,7 +5297,7 @@
52975297
"multiDiffEditor/content": [
52985298
{
52995299
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
5300-
"when": "resourceScheme == copilotcli-worktree-changes && workbenchState != empty && !isAgentSessionsWorkspace"
5300+
"when": "resourceScheme == copilotcli-worktree-changes && workbenchState != empty && !isSessionsWindow"
53015301
}
53025302
],
53035303
"chat/chatSessions": [
@@ -5328,7 +5328,7 @@
53285328
},
53295329
{
53305330
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
5331-
"when": "chatSessionType == copilotcli && workbenchState != empty && !isAgentSessionsWorkspace",
5331+
"when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
53325332
"group": "3_apply@0"
53335333
},
53345334
{

0 commit comments

Comments
 (0)