Skip to content

Commit

Permalink
git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl committed Mar 18, 2023
1 parent 2c80b2b commit d8b2ab3
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"url": "https://github.com/microsoft/vscode-makecode"
},
"activationEvents": [
"onCommand:makecode.create",
"workspaceContains:**/pxt.json",
"onFileSystem:mkcdfs"
],
Expand Down Expand Up @@ -283,6 +282,34 @@
{
"command": "makecode.createTilemap",
"when": "false"
},
{
"command": "makecode.build",
"when": "makecode.extensionActive"
},
{
"command": "makecode.simulate",
"when": "makecode.extensionActive"
},
{
"command": "makecode.clean",
"when": "makecode.extensionActive"
},
{
"command": "makecode.shareProject",
"when": "makecode.extensionActive"
},
{
"command": "makecode.addDependency",
"when": "makecode.extensionActive"
},
{
"command": "makecode.removeDependency",
"when": "makecode.extensionActive"
},
{
"command": "makecode.refreshAssets",
"when": "makecode.extensionActive"
}
]
},
Expand Down

0 comments on commit d8b2ab3

Please sign in to comment.