Closed
Description
Weird symptoms/tips I've already collected.
- Possibly only happens on early hovers when the language service first starts.
- Only happens when the editor (i.e. VS Code) first starts. Restart TS Server does not seem to produce this, but it definitely does not seem to be a VS Code issue given the trace output of the server.
- Server logs available here.
- Seems to only repro on
typescript@4.7.0-dev.20220325
and doesn't repro on the previoustypescript@4.7.0-dev.20220323
.- This query may give a hint here
- Merge diagnosticsProducing and nonDiagnosticsProducing checkers into a single checker supporting lazy diagnostics #36747 seems possibly related
The following code:
let lololol = 123;
lololo
Seems to produce two duplicate errors: