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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ For more information about auto detection of Tasks, see the [documentation](http
15
15
16
16
### Script Explorer
17
17
18
-
The Npm Script Explorer shows the npm scripts found in your workspace. The explorer view is enabled by the setting `npm.enableScriptExplorer`.
18
+
The Npm Script Explorer shows the npm scripts found in your workspace. The explorer view is enabled by the setting `npm.enableScriptExplorer`. A script can be opened, run, or debug from the explorer.
19
19
20
20
### Run Scripts from the Editor
21
21
22
-
The extension provides commands to run the script containing the selection.
22
+
The extension provides code lense actions to run or debug a script from the editor.
23
23
24
24
## Settings
25
25
@@ -29,3 +29,5 @@ The extension provides commands to run the script containing the selection.
29
29
-`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/**'.
30
30
-`npm.enableScriptExplorer` - Enable an explorer view for npm scripts.
31
31
-`npm.scriptExplorerAction` - The default click action: `open` or `run`, the default is `open`.
32
+
-`npm.scriptCodeLens.enable` - Enable/disable the code lenses to run a script.
0 commit comments