Skip to content

Commit 68bee08

Browse files
Add run to editor toolbar (closes issue DavesCodeMusings#39)
1 parent 47e592c commit 68bee08

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,13 @@
181181
"when": "resourceExtname == .mpy || resourceExtname == .py || resourceLangId == python"
182182
}
183183
],
184+
"editor/title/run": [
185+
{
186+
"command": "mpremote.run",
187+
"group": "navigation",
188+
"when": "resourceExtname == .mpy || resourceExtname == .py || resourceLangId == python"
189+
}
190+
],
184191
"explorer/context": [
185192
{
186193
"submenu": "mpremote.editorContextSubMenu",

0 commit comments

Comments
 (0)