mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Disable npm code lens by default
This commit is contained in:
@@ -29,5 +29,5 @@ The extension provides code lense actions to run or debug a script from the edit
|
||||
- `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/**'.
|
||||
- `npm.enableScriptExplorer` - Enable an explorer view for npm scripts.
|
||||
- `npm.scriptExplorerAction` - The default click action: `open` or `run`, the default is `open`.
|
||||
- `npm.scriptCodeLens.enable` - Enable/disable the code lenses to run a script.
|
||||
- `npm.scriptCodeLens.enable` - Enable/disable the code lenses to run a script, the default is `false`.
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
},
|
||||
"npm.scriptCodeLens.enable": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"scope": "resource",
|
||||
"description": "%config.scriptCodeLens.enable%"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user