简体   繁体   English

如何在 VS Code 中返回旧的语法突出显示行为?

[英]how to return old syntax highlighting behavior in VS Code?

Recent updates have killed javascript syntax and I want to return past behavior.最近的更新已经杀死了 javascript 语法,我想返回过去的行为。 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.这里显示了当前的行为:现在“console”、“JSON”等函数以普通变量的颜色显示,尽管它们是内置的语言函数。 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 }问题是这样解决的: "editor.tokenColorCustomizations": { "semanticHighlighting": false }

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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