Skip to content

Commit

Permalink
only include context menu sim when in mkcd project, move to debug gro…
Browse files Browse the repository at this point in the history
…up re: #154
  • Loading branch information
jwunderl committed Mar 21, 2023
1 parent b793807 commit 265c762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 265c762

Please sign in to comment.