Disable web TS type acquisition (#213412)

We're waiting on some perf improvement for upstream types installer before turning this on everywhere
This commit is contained in:
Matt Bierner
2024-05-24 12:51:41 -07:00
committed by GitHub
parent d05d280364
commit fb7f5a9a83
2 changed files with 4 additions and 4 deletions

View File

@@ -1284,13 +1284,13 @@
},
"typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors": {
"type": "boolean",
"default": false,
"default": true,
"description": "%configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors%",
"scope": "window"
},
"typescript.tsserver.web.typeAcquisition.enabled": {
"type": "boolean",
"default": true,
"default": false,
"description": "%configuration.tsserver.web.typeAcquisition.enabled%",
"scope": "window"
},