A
A
Anton2020-03-10 14:11:54
Visual Studio Code
Anton, 2020-03-10 14:11:54

How to fix syntax highlighting in VS Code after an update?

I updated the editor to version 1.43 and after that the color of functions, classes and variables in js began to change in different themes. Now there is a material theme. When you start the editor, the first couple of seconds everything looks good.
5e6775b16c117672633855.png

And then everything crashes:
5e6775e19f9f7117240581.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Viktorovich, 2020-04-12
@ebtvau

tyts and tyts
Add to settings.json

{
"editor.tokenColorCustomizations": {
        "semanticHighlighting":  false
    },
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question