mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Fix #46750
This commit is contained in:
@@ -71,8 +71,7 @@
|
||||
],
|
||||
"default": null,
|
||||
"description": "%typescript.npm%",
|
||||
"isExecutable": true,
|
||||
"scope": "window"
|
||||
"scope": "application"
|
||||
},
|
||||
"typescript.check.npmIsInstalled": {
|
||||
"type": "boolean",
|
||||
@@ -118,8 +117,7 @@
|
||||
},
|
||||
"default": [],
|
||||
"description": "%typescript.tsserver.pluginPaths%",
|
||||
"scope": "window",
|
||||
"isExecutable": true
|
||||
"scope": "application"
|
||||
},
|
||||
"typescript.tsserver.trace": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user