Skip to content

Commit 5c8a91f

Browse files
authored
update chatSessionType -> resourceScheme (#8038)
1 parent 040f821 commit 5c8a91f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3529,33 +3529,33 @@
35293529
"chat/chatSessions": [
35303530
{
35313531
"command": "pr.openChanges",
3532-
"when": "chatSessionType == copilot-swe-agent || chatSessionType == copilot-cloud-agent",
3532+
"when": "resourceScheme == copilot-swe-agent || resourceScheme == copilot-cloud-agent",
35333533
"group": "inline"
35343534
},
35353535
{
35363536
"command": "pr.checkoutChatSessionPullRequest",
3537-
"when": "chatSessionType == copilot-swe-agent || chatSessionType == copilot-cloud-agent",
3537+
"when": "resourceScheme == copilot-swe-agent || resourceScheme == copilot-cloud-agent",
35383538
"group": "context"
35393539
},
35403540
{
35413541
"command": "pr.closeChatSessionPullRequest",
3542-
"when": "chatSessionType == copilot-swe-agent",
3542+
"when": "resourceScheme == copilot-swe-agent",
35433543
"group": "context"
35443544
},
35453545
{
35463546
"command": "pr.cancelCodingAgent",
3547-
"when": "chatSessionType == copilot-swe-agent || chatSessionType == copilot-cloud-agent",
3547+
"when": "resourceScheme == copilot-swe-agent || resourceScheme == copilot-cloud-agent",
35483548
"group": "context"
35493549
}
35503550
],
35513551
"chat/multiDiff/context": [
35523552
{
35533553
"command": "pr.checkoutFromDescription",
3554-
"when": "chatSessionType == copilot-swe-agent || chatSessionType == 'copilot-cloud-agent'"
3554+
"when": "resourceScheme == copilot-swe-agent || resourceScheme == 'copilot-cloud-agent'"
35553555
},
35563556
{
35573557
"command": "pr.applyChangesFromDescription",
3558-
"when": "chatSessionType == copilot-swe-agent || chatSessionType == 'copilot-cloud-agent'"
3558+
"when": "resourceScheme == copilot-swe-agent || resourceScheme == 'copilot-cloud-agent'"
35593559
}
35603560
]
35613561
},

0 commit comments

Comments
 (0)