fsharp
fsharp copied to clipboard
VS2022 Colouring is broken when resetting "Fonts and Colors" to default values
DISCLAIMER: Please, don't try reproducing it on your VS 17.4+ instance, since you will likely have a broken colouring till the fix is released.
When resetting fonts and colors to default values (Tools -> Options -> Environment -> Fonts and Colors), reloading VS and deleting .vs, VS treats everything as plain text (except keywords):

It does not reproduce in 17.3
Caused by new preview feature in VS: https://github.com/dotnet/roslyn/issues/64168
Fix at the moment is disabling C#/VB LSP semantic tokens experience under Environment -> Preview Features.