-
Notifications
You must be signed in to change notification settings - Fork 844
Closed
Labels
Area-FCSBugImpact-High(Internal MS Team use only) Describes an issue with extreme impact on existing code.(Internal MS Team use only) Describes an issue with extreme impact on existing code.Regression
Milestone
Description
In VS, at certain times I will not get any colorization until I make an edit in the editor. It turns out, CheckOneFileImpl is caught in an infinite loop due to us removing some of the reactor queue dependency on checking foreground files; it's a concurrency issue.
We either need to make a full-on lock when checking foreground results or come up with some sort of AsyncLazy construct.
Metadata
Metadata
Assignees
Labels
Area-FCSBugImpact-High(Internal MS Team use only) Describes an issue with extreme impact on existing code.(Internal MS Team use only) Describes an issue with extreme impact on existing code.Regression