提交 1616ea11 编写于 作者: E Erich Gamma

Disable npm code lens by default

上级 f18ee4b0
......@@ -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%"
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册