We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3ce8d commit bf27ddcCopy full SHA for bf27ddc
1 file changed
package.json
@@ -67,6 +67,14 @@
67
"virtualWorkspaces": true
68
},
69
"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
+ ],
78
"remoteCodingAgents": [
79
{
80
"id": "githubCodingAgent",
0 commit comments