mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-07 06:09:59 +01:00
* 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 * add telemetry for diagnostics performance * add file line count * remove comment * use block on case * add ts-expect-error * declare interface earlier in file * address review comments