Pull Request feedback: updated documentation and naming, read from cache if available instead of creating new tasks

This commit is contained in:
helen3141
2019-10-11 15:18:31 -07:00
parent 3577fd0fab
commit cecda63be5
6 changed files with 44 additions and 34 deletions

View File

@@ -19,5 +19,5 @@
"command.openScript": "Open",
"command.runInstall": "Run Install",
"command.runSelectedScript": "Run Script",
"command.runScriptsFromFolder": "Select npm Scripts to Run..."
"command.runScriptFromFolder": "Run npm Script in Folder..."
}