ryanraposo / codeui

Customize your color theme for VS Code.
https://marketplace.visualstudio.com/items?itemName=ryanraposo.codeui
MIT License
141 stars 2 forks source link

Customizations not working #44

Closed ryanraposo closed 2 years ago

ryanraposo commented 2 years ago

Without a pre-existing entry for "workbench.colorCustomizations" in the user's settings.json file (VS Code settings), all customization functionality breaks:

codeui-bug

This is a pretty serious bug, I'm not sure when it was introduced.

A temporary workaround is to add the empty entry ("workbench.colorCustomizations" : {}) manually, as pictured above.

However, keep in mind the different versions of settings.json. CodeUI has features for workspace-specific customization, and in that scenario you would have to add the entry to that particular settings.json file (.vscode/settings.json).