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