We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012969a commit 40b39d9Copy full SHA for 40b39d9
1 file changed
package.json
@@ -3631,10 +3631,12 @@
3631
],
3632
"chat/multiDiff/context": [
3633
{
3634
- "command": "pr.checkoutFromDescription"
+ "command": "pr.checkoutFromDescription",
3635
+ "when": "chatSessionType == copilot-cloud-agent"
3636
},
3637
- "command": "pr.applyChangesFromDescription"
3638
+ "command": "pr.applyChangesFromDescription",
3639
3640
}
3641
]
3642
0 commit comments