Problem with semantic highlighting #7787
Unanswered
Killer-Giga
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem with vs code.
When I change the theme the colors change and everything is fine until then but some colors change immediately after the change
For example I have Console.WriteLine(something);
Console is blue
WriteLine turns yellow and after a second it turns blue like Console (This is the problem I have)
(something) blue and it's fine like that.
When I disable the C# extension this problem is fixed. But I need C# in vs code.
What can I do?
Beta Was this translation helpful? Give feedback.
All reactions