Skip to content

Commit bf27ddc

Browse files
authored
chat sessions contribution. (#7385)
1 parent 1b3ce8d commit bf27ddc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
"virtualWorkspaces": true
6868
},
6969
"contributes": {
70+
"chatSessions": [
71+
{
72+
"id": "copilot-swe-agent",
73+
"name": "copilot",
74+
"displayName": "GitHub Copilot Coding Agent",
75+
"description": "Chat session for GitHub Copilot coding agent"
76+
}
77+
],
7078
"remoteCodingAgents": [
7179
{
7280
"id": "githubCodingAgent",

0 commit comments

Comments
 (0)