Mayukai-Theme icon indicating copy to clipboard operation
Mayukai-Theme copied to clipboard

Semantic Highlighting in VS Code 1.45 and newer

Open GulajavaMinistudio opened this issue 4 years ago • 0 comments

Semantic highlighting in VS Code 1.45 and newer version, make theme and syntax coloring broken. Not only this theme, but other theme too.

Solution for reverting back to original syntax coloring is remove checklist in VS Code Settings in : Editor: Semantic Highlighting Enabled. Screenshot_2020-03-12_07-15-17

Or add this in VS Code settings.json file : "editor.semanticHighlighting.enabled": false

"editor.semanticTokenColorCustomizations": { "enabled": false }

Related Issue : https://github.com/microsoft/vscode/issues/92308

Reference : https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting

https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide

GulajavaMinistudio avatar Mar 12 '20 00:03 GulajavaMinistudio