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/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,4 @@ For more information about auto detection of Tasks pls see the [documentation](h
14
14
-`npm.runSilent` run npm script with the `--silent` option, the default is `false`.
15
15
-`npm.packageManager` the package manager used to run the scripts: `npm` or `yarn`, the default is `npm`.
16
16
-`npm.exclude` glob patterns for folders that should be excluded from automatic script detection. The pattern is matched against the **absolute path** of the package.json. For example, to exclude all test folders use '**/test/**'.
17
+
-`npm.enableScriptExplorer` enable an explorer view for npm scripts when the workspace contains a 'package.json' file.
0 commit comments