akamud / vscode-theme-onedark

VSCode Theme based on Atom's One Dark theme
MIT License
286 stars 196 forks source link

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 closed 4 years ago

nesibeyyubov commented 4 years ago

VSCode version is: 1.43.0 It is a javascript file

dsfsd

sgriff96 commented 4 years ago

Also having this issue

bcanseco commented 4 years ago

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 commented 4 years ago

"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 commented 4 years ago

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

akamud commented 4 years ago

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