gaplo917 / GapStyle

The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.
https://plugins.jetbrains.com/plugin/10559-gapstyle-color-scheme
MIT License
171 stars 20 forks source link

[Documentation] Vscode setup config is not correct on VS marketplace #39

Closed stanley0010 closed 2 years ago

stanley0010 commented 2 years ago

This is my first time using a semantic highlighting theme:) Thanks @gaplo917 it was amazing.

Though I noticed the config on VS marketplace does not work for me.

image

And in my settings.json, the second line is not recognised by the vscode. (Not sure if this is only a problem for me)

Screenshot 2022-02-05 at 2 11 57 PM

So in all, I think the config should be editor.semanticHighlighting.enabled": true, which enables semantic highlighting for all color themes.

gaplo917 commented 2 years ago

@stanley0010 Thank you.