dracula/visual-studio-code

JSX constants are white

alanmatiasdev opened this issue · 2 comments

Hi, my constants in JS and JSX files are white and before they were purple like in the theme example. Could they let me know if there might be a configuration error?

Thank you for any help.

code

Check to see if you have editor.semanticHighlighting.enabled set to true in your configuration.

Thanks. That solved the problem.