Skip to content

Commit

Permalink
contribute to run group
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Jun 25, 2020
1 parent 486b255 commit ec7f825
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 @@ -70,12 +70,12 @@
{
"command": "extension.mock-debug.runEditorContents",
"when": "resourceLangId == markdown",
"group": "navigation@-2"
"group": "run@10"
},
{
"command": "extension.mock-debug.debugEditorContents",
"when": "resourceLangId == markdown",
"group": "navigation@-1"
"group": "run@20"
}
]
},
Expand Down

0 comments on commit ec7f825

Please sign in to comment.