-1

Recent updates have killed javascript syntax and I want to return past behavior. Tell me how to do this? Here the current behavior is shown: now functions such as "console", "JSON" are displayed in the color of ordinary variables, although they are built-in language functions. Recognizing them becomes much more complicated and unpleasant - everything merges into one mass

new behavior

old behavior

  • To tune the editor's syntax highlighting colors, use `editor.tokenColorCustomizations` in your user settings `settings.json` file.. [Customizing a Color Theme](https://code.visualstudio.com/docs/getstarted/themes) – palaѕн Apr 03 '20 at 08:12
  • The problem was solved like this: "editor.tokenColorCustomizations": { "semanticHighlighting": false } – vadimvorenas Apr 03 '20 at 10:40

1 Answers1

0

The problem was solved like this: "editor.tokenColorCustomizations": { "semanticHighlighting": false }