We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Or add this in VS Code settings.json file : "editor.semanticHighlighting.enabled": false
"editor.semanticHighlighting.enabled": false
"editor.semanticTokenColorCustomizations": { "enabled": false }
Related Issue : microsoft/vscode#92308
Reference : https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting
https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Or add this in VS Code settings.json file :
"editor.semanticHighlighting.enabled": false
"editor.semanticTokenColorCustomizations": { "enabled": false }
Related Issue :
microsoft/vscode#92308
Reference :
https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting
https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide
The text was updated successfully, but these errors were encountered: