Enable ATA on web by default again

For #182791

Enabling for further testing
This commit is contained in:
Matt Bierner
2024-08-23 13:14:54 -07:00
parent c2aa3c4625
commit bedf9f4ab7
2 changed files with 4 additions and 4 deletions

View File

@@ -1410,13 +1410,13 @@
},
"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": false,
"default": true,
"description": "%configuration.tsserver.web.typeAcquisition.enabled%",
"scope": "window"
},