You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/npm/package.nls.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
"config.npm.enableScriptExplorer": "Enable an explorer view for npm scripts.",
9
9
"config.npm.scriptExplorerAction": "The default click action used in the scripts explorer: `open` or `run`, the default is `open`.",
10
10
"config.npm.fetchOnlinePackageInfo": "Fetch data from https://registry.npmjs/org and https://registry.bower.io to provide auto-completion and information on hover features on npm dependencies.",
11
+
"config.npm.enableRunFromFolderContextMenu": "Enable running scripts from the context menu of a folder in Explorer",
11
12
"npm.parseError": "Npm task detection: failed to parse the file {0}",
12
13
"taskdef.script": "The npm script to customize.",
13
14
"taskdef.path": "The path to the folder of the package.json file that provides the script. Can be omitted.",
@@ -17,5 +18,6 @@
17
18
"command.debug": "Debug",
18
19
"command.openScript": "Open",
19
20
"command.runInstall": "Run Install",
20
-
"command.runSelectedScript": "Run Script"
21
+
"command.runSelectedScript": "Run Script",
22
+
"command.runScriptsFromFolder": "Select npm Scripts to Run..."
0 commit comments