Skip to content

Commit

Permalink
fix: Command 'mcmodel-viewer.addAssetsRoot' did not activate extension
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeUtan committed Apr 26, 2021
1 parent e842bc3 commit e2e9fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"activationEvents": [
"onLanguage:json",
"onCommand:mcmodel-viewer.showInViewer",
"onCommand:mcmodel-viewer.refresh"
"onCommand:mcmodel-viewer.refresh",
"onCommand:mcmodel-viewer.addAssetsRoot"
],
"contributes": {
"commands": [
Expand Down

0 comments on commit e2e9fee

Please sign in to comment.