Skip to content

Commit a82bd0b

Browse files
authored
adopt when clause to enable/disable chatSessions integration (#7471)
1 parent 12ac68e commit a82bd0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"type": "copilot-swe-agent",
7575
"name": "copilot",
7676
"displayName": "GitHub Copilot Coding Agent",
77-
"description": "Chat session for GitHub Copilot coding agent"
77+
"description": "Chat session for GitHub Copilot coding agent",
78+
"when": "config.chat.agentSessionsViewLocation && config.chat.agentSessionsViewLocation != 'disabled'"
7879
}
7980
],
8081
"remoteCodingAgents": [

0 commit comments

Comments
 (0)