You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Due to an issue in project system, when we close and reopen solution, it sends the CommandLineChanges twice for every project.
367
+
/// First time it sends a correct path, sources, references and options.
368
+
/// Second time it sends a correct path, empty sources, empty references and empty options, and we rewrite our cache, and fail to colourize the document later.
369
+
/// As a workaround, until we have a fix from PS or will move to Roslyn as a source of truth, we will not overwrite the cache in case of empty lists.
0 commit comments