Skip to content

Commit 82915e7

Browse files
authored
Fix for when clauses chatSessionType (#8048)
1 parent 53299ec commit 82915e7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,22 +3531,22 @@
35313531
"chat/chatSessions": [
35323532
{
35333533
"command": "pr.openChanges",
3534-
"when": "resourceScheme == copilot-swe-agent || resourceScheme == copilot-cloud-agent",
3534+
"when": "chatSessionType == copilot-swe-agent || chatSessionType == copilot-cloud-agent",
35353535
"group": "inline"
35363536
},
35373537
{
35383538
"command": "pr.checkoutChatSessionPullRequest",
3539-
"when": "resourceScheme == copilot-swe-agent || resourceScheme == copilot-cloud-agent",
3539+
"when": "chatSessionType == copilot-swe-agent || chatSessionType == copilot-cloud-agent",
35403540
"group": "context"
35413541
},
35423542
{
35433543
"command": "pr.closeChatSessionPullRequest",
3544-
"when": "resourceScheme == copilot-swe-agent",
3544+
"when": "chatSessionType == copilot-swe-agent",
35453545
"group": "context"
35463546
},
35473547
{
35483548
"command": "pr.cancelCodingAgent",
3549-
"when": "resourceScheme == copilot-swe-agent",
3549+
"when": "chatSessionType == copilot-swe-agent",
35503550
"group": "context"
35513551
}
35523552
],

0 commit comments

Comments
 (0)