mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Fix #72185
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
],
|
||||
"default": null,
|
||||
"description": "%typescript.npm%",
|
||||
"scope": "application"
|
||||
"scope": "machine"
|
||||
},
|
||||
"typescript.check.npmIsInstalled": {
|
||||
"type": "boolean",
|
||||
@@ -129,7 +129,7 @@
|
||||
},
|
||||
"default": [],
|
||||
"description": "%typescript.tsserver.pluginPaths%",
|
||||
"scope": "application"
|
||||
"scope": "machine"
|
||||
},
|
||||
"typescript.tsserver.trace": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user