Skip to content

Commit 684708f

Browse files
authored
fix(playground): hide playground export menu item if GitHub Copilot is not active VSCODE-660 (#896)
1 parent 2d9d5f5 commit 684708f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
"mdb.copilot": [
737737
{
738738
"command": "mdb.exportCodeToPlayground",
739-
"when": "mdb.isPlayground == false"
739+
"when": "mdb.isPlayground == false && mdb.isCopilotActive == true"
740740
}
741741
],
742742
"editor/context": [

0 commit comments

Comments
 (0)