Hey, just updated my vscode and now vscode doesn't necessarily highlight my code like it used to, i.e. classes in green, functions in yellow, etc. Any ideas?
Tried adjusting some settings for the language mode in the lower right corner, but to no avail.
P粉7574324912023-09-13 16:53:40
Welcome to the stackoverflow community,
One reason could be that your theme is incorrect, specifically your theme is set up on Visual Studio
(without syntax highlighting). However, you can just set it to the Dark
theme to start using syntax highlighting.
Hope this helps!