Skip to content

Commit 40b39d9

Browse files
authored
Missing when clauses (#8204)
1 parent 012969a commit 40b39d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3631,10 +3631,12 @@
36313631
],
36323632
"chat/multiDiff/context": [
36333633
{
3634-
"command": "pr.checkoutFromDescription"
3634+
"command": "pr.checkoutFromDescription",
3635+
"when": "chatSessionType == copilot-cloud-agent"
36353636
},
36363637
{
3637-
"command": "pr.applyChangesFromDescription"
3638+
"command": "pr.applyChangesFromDescription",
3639+
"when": "chatSessionType == copilot-cloud-agent"
36383640
}
36393641
]
36403642
},

0 commit comments

Comments
 (0)