-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueFixedA PR has been merged for this issueA PR has been merged for this issueNeeds InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.
Milestone
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
[email protected]
and doesn't repro on the previous[email protected]
.- 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:
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueFixedA PR has been merged for this issueA PR has been merged for this issueNeeds InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.