Skip to content

Commit

Permalink
Adjust "Motoko: Deploy (20 minutes)" context menu item position (#216)
Browse files Browse the repository at this point in the history
* Move deploy context menu item to '2_main' group

* 0.13.1
  • Loading branch information
rvanasa authored May 22, 2023
1 parent 6a43645 commit d4da4f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-motoko",
"displayName": "Motoko",
"description": "Motoko language support",
"version": "0.13.0",
"version": "0.13.1",
"publisher": "dfinity-foundation",
"repository": "https://github.com/dfinity/vscode-motoko",
"engines": {
Expand Down Expand Up @@ -146,14 +146,14 @@
{
"when": "resourceLangId == motoko",
"command": "motoko.deployPlayground",
"group": "navigation"
"group": "2_main"
}
],
"editor/context": [
{
"when": "resourceLangId == motoko",
"command": "motoko.deployPlayground",
"group": "navigation"
"group": "2_main"
}
]
}
Expand Down

0 comments on commit d4da4f0

Please sign in to comment.