Sessions window: contributed pr actions

This commit is contained in:
Osvaldo Ortega
2026-03-04 15:45:55 -08:00
parent b3ad9079ba
commit 093376241c
2 changed files with 6 additions and 19 deletions

View File

@@ -184,18 +184,6 @@
}
],
"chat/input/editing/sessionApplyActions": [
{
"command": "github.createPullRequest",
"group": "navigation",
"order": 1,
"when": "isSessionsWindow && agentSessionHasChanges && chatSessionType == copilotcli && !github.hasOpenPullRequest"
},
{
"command": "github.openPullRequest",
"group": "navigation",
"order": 1,
"when": "isSessionsWindow && agentSessionHasChanges && chatSessionType == copilotcli && github.hasOpenPullRequest"
}
]
},
"configuration": [