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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ To run scripts as tasks you use the `Tasks` menu.
11
11
-`npm.autoDetect` enable detecting scripts as tasks, the default is `on`.
12
12
-`npm.runSilent` run npm script with the `--silent` option, the default is `false`.
13
13
-`npm.packageManager` the package manager used to run the scripts: `npm` or `yarn`, the default is `npm`.
14
-
-`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 user '**/test/**.
14
+
-`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/**'.
0 commit comments