Vscode: VSCode 1.43 messed up my theme color codes

Created on 10 Mar 2020  路  12Comments  路  Source: microsoft/vscode

The color codes for various JS names/object/var's and so on are different. The color style is different compared to previews version of VSCode.

*duplicate semantic-tokens typescript

Most helpful comment

thank you all for feedback, it's caused by the newly introduced feature semantic syntax highlighting. Let's track this issue in https://github.com/microsoft/vscode/issues/92308 and for now you can turn off this feature by changing below setting:

"editor.semanticHighlighting.enabled": false

All 12 comments

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

Not duplicate this looks like a different issue that VSCode is not setting colors properly you BOT

For a split second when i open this new version colors look ok but then they change:
Good colors:
Screenshot 2020-03-10 at 14 08 59

Bad colors
Screenshot 2020-03-10 at 14 09 00

+1 to this

I was looking into this because the themes I built had whackiness going on, it's reading certain functions as variables now instead which is totally blocking my custom changes. There's nothing I can really change to address this either. So if we could go back to the old way that'd be cool, or maybe what I should do to migrate correctly?

Edit: One of the most obvious cases in my situation is that my coloring for variabels like const, and let are the same as my function colors now, and functions such as require or console.log show up as my colors I set for const and let.

I love the VSCode team you done amazing job, but lately i feel it's becoming like Microsoft that ships windows updates with full of bugs. VSCode team please do longer testing before shipping new version. I personally don't need most of these new features that you have apart from and hoping some performance improvements, so from my point please take more time to test your app.

Same here. Both on Ubuntu and Windows after the update.

Same here

+1 class names in general and when extending in class definition, require, class getters & setters and others seem to have wrong colors

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

vscode2
vscode

Duplicate of #92308

thank you all for feedback, it's caused by the newly introduced feature semantic syntax highlighting. Let's track this issue in https://github.com/microsoft/vscode/issues/92308 and for now you can turn off this feature by changing below setting:

"editor.semanticHighlighting.enabled": false

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Tyriar picture Tyriar  路  314Comments

niagr picture niagr  路  246Comments

fabiopicchi picture fabiopicchi  路  192Comments

Brakkar picture Brakkar  路  364Comments

Tyriar picture Tyriar  路  204Comments