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 previous typescript@4.7.0-dev.20220323.
The following code:
let lololol = 123;
lololo
Seems to produce two duplicate errors:

Weird symptoms/tips I've already collected.
typescript@4.7.0-dev.20220325and doesn't repro on the previoustypescript@4.7.0-dev.20220323.The following code:
Seems to produce two duplicate errors: