dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.91k stars 785 forks source link

VS Coloring sometimes resets #16130

Open vzarytovskii opened 1 year ago

vzarytovskii commented 1 year ago

Semantic classification and overal typechecking work fine, but only syntactic colouring remains.

This may be related to custom themes handling + VS updating (as hit by both @0101 and @smoothdeveloper under similar circuimstances).

Potentially related issues: https://github.com/dotnet/fsharp/issues/13927

majocha commented 1 year ago

I can see this since updating to 17.8 preview 5. Semantic coloring is gone in light theme, but somehow still works in dark theme. VS is now generally glitchy when switching themes: sometimes the white background stays in editor window. Once it changed my editor font to cambria 😒

psfinaki commented 1 month ago

See the sibling issue.

We need clear connections and clear repros here. The reports on this are confusing and conflicting, there are too many different factors in play.