mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
[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:
committed by
GitHub
parent
7717059b2e
commit
878af0771b
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user