mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Added setting to control visibility of code lens
This commit is contained in:
@@ -94,10 +94,6 @@
|
||||
"command": "npm.runScript",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "npm.runScriptFromSource",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "npm.debugScript",
|
||||
"when": "false"
|
||||
@@ -182,6 +178,12 @@
|
||||
"scope": "resource",
|
||||
"description": "%config.npm.runSilent%"
|
||||
},
|
||||
"npm.scriptCodeLens.enable": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"scope": "resource",
|
||||
"description": "%config.scriptCodeLens.enable%"
|
||||
},
|
||||
"npm.packageManager": {
|
||||
"scope": "resource",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user