Skip to content

Commit

Permalink
feat: explorer view navigation button order
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Oct 21, 2022
1 parent 7688059 commit 556d85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typescript-explorer/package.json
Expand Up @@ -117,12 +117,12 @@
{
"command": "typescript-explorer.findInTypeTreeView",
"when": "view == type-tree",
"group": "navigation"
"group": "navigation@1"
},
{
"command": "typescript-explorer.refreshTypeTreeView",
"when": "view == type-tree",
"group": "navigation"
"group": "navigation@2"
},
{
"command": "typescript-explorer.typeTree.view.icons.enabled.toggle",
Expand Down

0 comments on commit 556d85e

Please sign in to comment.