Support to run npm install from a package node

This commit is contained in:
Erich Gamma
2018-05-28 14:41:08 +02:00
parent a50384a007
commit 83cb1d7799
4 changed files with 30 additions and 4 deletions

View File

@@ -14,5 +14,6 @@
"command.refresh": "Refresh",
"command.run": "Run",
"command.debug": "Debug",
"command.openScript": "Open"
"command.openScript": "Open",
"command.runInstall": "Run Install"
}