This repository was archived by the owner on Oct 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Red squiggles have a tendency to stick around #3858
Closed
Closed
Red squiggles have a tendency to stick around#3858
Labels
Milestone
Description
On master, it may happen that the error provider that powers the editor squiggles get out of date with the current state of the document. Usually the patterns goes like:
- The document is in an invalid state. Highlighting is messed up and squiggles are displayed
- Issues is fixed, classification kicks in again and highlighting it now correct
- Red squiggle stick around and display the same error than before
All in one it seems like the error list is kept from one document state to the other.
This may likely be fixed by #3636
VS bug #569966