mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Sessions window: contributed pr actions
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user