Files
vscode/extensions/typescript-language-features/src
Matt Bierner a8f8a2dca0 Only re-request diagnostics if the file has actually been opened
Fixes #95027

Hovers cause VS Code to quickly open and the close the target file. We never actually sync the file with the TypeScript server when this happens. However on file close, we always re-request diagnostics for the project.

This fix makes it so that we only re-request diagnostics if the file has actually been opened on the TSServer
2020-04-11 17:30:12 -07:00
..
2020-03-06 00:30:14 -08:00
2020-01-09 17:36:45 +01:00
2020-02-20 21:38:14 -08:00