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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
"config.npm.scriptExplorerExclude": "An array of regular expressions that indicate which scripts should be excluded from the NPM Scripts view.",
16
16
"config.npm.enableRunFromFolder": "Enable running npm scripts contained in a folder from the Explorer context menu.",
17
17
"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.",
18
+
"config.npm.scriptHover": "Display hover with 'Run' and 'Debug' commands for scripts.",
18
19
"npm.parseError": "Npm task detection: failed to parse the file {0}",
19
20
"taskdef.script": "The npm script to customize.",
20
21
"taskdef.path": "The path to the folder of the package.json file that provides the script. Can be omitted.",
0 commit comments