Skip to content
New issue

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 #3

Open
GulajavaMinistudio opened this issue Mar 12, 2020 · 0 comments
Open

Semantic Highlighting in VS Code 1.45 and newer #3

GulajavaMinistudio opened this issue Mar 12, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@GulajavaMinistudio
Copy link
Owner

GulajavaMinistudio commented Mar 12, 2020

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 :
microsoft/vscode#92308

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

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

@GulajavaMinistudio GulajavaMinistudio added the documentation Improvements or additions to documentation label Mar 28, 2020
@GulajavaMinistudio GulajavaMinistudio changed the title Semantic Highlighting in VS Code 1.43 Semantic Highlighting in VS Code 1.43 and newer Jun 13, 2020
@GulajavaMinistudio GulajavaMinistudio added the enhancement New feature or request label Jun 13, 2020
@GulajavaMinistudio GulajavaMinistudio changed the title Semantic Highlighting in VS Code 1.43 and newer Semantic Highlighting in VS Code 1.45 and newer Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant