mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Sessions exploration (#294912)
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"canonicalUriProvider",
|
||||
"chatSessionsProvider",
|
||||
"contribEditSessions",
|
||||
"contribShareMenu",
|
||||
"contribSourceControlHistoryItemMenu",
|
||||
@@ -68,6 +69,11 @@
|
||||
"command": "github.timeline.openOnGitHub",
|
||||
"title": "%command.openOnGitHub%",
|
||||
"icon": "$(github)"
|
||||
},
|
||||
{
|
||||
"command": "github.createPullRequest",
|
||||
"title": "%command.createPullRequest%",
|
||||
"icon": "$(git-pull-request)"
|
||||
}
|
||||
],
|
||||
"continueEditSession": [
|
||||
@@ -85,6 +91,10 @@
|
||||
"command": "github.publish",
|
||||
"when": "git-base.gitEnabled && workspaceFolderCount != 0 && remoteName != 'codespaces'"
|
||||
},
|
||||
{
|
||||
"command": "github.createPullRequest",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "github.graph.openOnGitHub",
|
||||
"when": "false"
|
||||
@@ -163,6 +173,14 @@
|
||||
"group": "1_actions@3",
|
||||
"when": "github.hasGitHubRepo && timelineItem =~ /git:file:commit\\b/"
|
||||
}
|
||||
],
|
||||
"chat/input/editing/sessionToolbar": [
|
||||
{
|
||||
"command": "github.createPullRequest",
|
||||
"group": "navigation",
|
||||
"order": 1,
|
||||
"when": "isSessionsWindow && agentSessionHasChanges && chatSessionType == copilotcli"
|
||||
}
|
||||
]
|
||||
},
|
||||
"configuration": [
|
||||
|
||||
Reference in New Issue
Block a user