[typescript-language-features] Region-based semantic diagnostics for TypeScript (#208713)

* WIP

* invalidate diagnostics in range

* check whether should use region based diagnostics

* add ts-expect-errors

* make region opt off by default

* bump to expected 5.6

* update comments to refer to 5.6

* make region diagnostics on by default for insiders
This commit is contained in:
Gabriela Araujo Britto
2024-06-19 15:12:57 -07:00
committed by GitHub
parent 7717059b2e
commit 878af0771b
10 changed files with 108 additions and 24 deletions

View File

@@ -1315,6 +1315,12 @@
"markdownDescription": "%typescript.workspaceSymbols.excludeLibrarySymbols%",
"scope": "window"
},
"typescript.tsserver.enableRegionDiagnostics": {
"type": "boolean",
"default": true,
"description": "%typescript.tsserver.enableRegionDiagnostics%",
"scope": "window"
},
"javascript.experimental.updateImportsOnPaste": {
"scope": "window",
"type": "boolean",