mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Enable web type acquisition by default for js/ts (#212370)
* Enable web type acquisition by default for js/ts Fixes #182791 Fixes #172887 * Cleanup
This commit is contained in:
@@ -1280,22 +1280,21 @@
|
||||
},
|
||||
"typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"description": "%configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.tsserver.web.typeAcquisition.enabled": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%configuration.tsserver.web.typeAcquisition.enabled%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.tsserver.nodePath": {
|
||||
"type": "string",
|
||||
"description": "%configuration.tsserver.nodePath%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.experimental.tsserver.web.typeAcquisition.enabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%configuration.experimental.tsserver.web.typeAcquisition.enabled%",
|
||||
"scope": "window",
|
||||
"tags": ["experimental"]
|
||||
},
|
||||
"typescript.preferGoToSourceDefinition": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
Reference in New Issue
Block a user