简体   繁体   中英

how to return old syntax highlighting behavior in VS Code?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM