Vscode-theme-onedark: 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

Created on 12 Mar 2020  ·  5Comments  ·  Source: akamud/vscode-theme-onedark

VSCode version is: 1.43.0
It is a javascript file

dsfsd

vscode-issue

Most helpful comment

"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.

All 5 comments

Also having this issue

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

"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.

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

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
Was this page helpful?
0 / 5 - 0 ratings

Related issues

MohamadKh75 picture MohamadKh75  ·  6Comments

ThomasWeiser picture ThomasWeiser  ·  3Comments

AbdelrahmanHafez picture AbdelrahmanHafez  ·  4Comments

akamud picture akamud  ·  17Comments

ivalexa picture ivalexa  ·  3Comments