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

When i load first vscode it shows normal as it should be.But after 2 or 3 seconds it becomes look like one dark pro theme. As you can see variable names are red and so on #120

Closed
nesibeyyubov opened this issue Mar 12, 2020 · 5 comments
Labels
vscode-issue Means that VSCode broke the theme support and you should update it.

Comments

@nesibeyyubov
Copy link

nesibeyyubov commented Mar 12, 2020

VSCode version is: 1.43.0
It is a javascript file

dsfsd

@sgriff96
Copy link

Also having this issue

@bcanseco
Copy link

bcanseco commented Mar 14, 2020

Running into this too using v2.1.0 of the extension.

VS Code:

Version: 1.43.0 (user setup)
Commit: 78a4c91400152c0f27ba4d363eb56d2835f9903a
Date: 2020-03-09T19:47:57.235Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.17763

EDIT: Root cause is #119

@nesibeyyubov
Copy link
Author

"editor.semanticHighlighting.enabled": false

guys i solved this problem by adding this line to settings.json file. It is a problem about version 1.43.0 of VSCode.

@akamud
Copy link
Owner

akamud commented Mar 15, 2020

Similar to #119, I'm working on a fix.

@akamud
Copy link
Owner

akamud commented Mar 15, 2020

Ok, it looks like this was not intended to be the default, so the next update (probably a 1.43.1) will disable this behavior and give us enough time to update our themes when we feel we are ready for the new tokenizations.

I see the code is in place already to disable this behavior as default, so we should just wait for an update and everything should come back to normal until I have the time to update with the enhancements. I can confirm this is the behavior in the insiders already.

In the meantime, as people already said, you should set this in your settings:

"editor.semanticHighlighting.enabled": false

@akamud akamud closed this as completed Mar 15, 2020
@akamud akamud added the vscode-issue Means that VSCode broke the theme support and you should update it. label Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode-issue Means that VSCode broke the theme support and you should update it.
Projects
None yet
Development

No branches or pull requests

4 participants