Support to run the selected script in the editor

This commit is contained in:
Erich Gamma
2018-07-18 12:57:26 +02:00
parent c82766c068
commit 5c5f93cdbc
5 changed files with 95 additions and 2 deletions

View File

@@ -15,5 +15,6 @@
"command.run": "Run",
"command.debug": "Debug",
"command.openScript": "Open",
"command.runInstall": "Run Install"
"command.runInstall": "Run Install",
"command.runScriptFromSource": "Run Script"
}