diff --git a/package.json b/package.json index 2f8598d..9e21c12 100644 --- a/package.json +++ b/package.json @@ -210,9 +210,9 @@ "menus": { "editor/context": [ { - "when": "resourceLangId == typescript && makecode.extensionActive", + "when": "resourceLangId == typescript && makecode.extensionActive && makecode.hasMakeCodeProjectOpen", "command": "makecode.simulate", - "group": "navigation" + "group": "debug" } ], "view/title": [