Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizations not working #44

Closed
ryanraposo opened this issue May 27, 2022 · 0 comments · Fixed by #45
Closed

Customizations not working #44

ryanraposo opened this issue May 27, 2022 · 0 comments · Fixed by #45

Comments

@ryanraposo
Copy link
Owner

ryanraposo commented May 27, 2022

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

@ryanraposo ryanraposo linked a pull request May 28, 2022 that will close this issue
ryanraposo added a commit that referenced this issue May 28, 2022
Hotfix for #44 
* fix customization issue
* update version to v0.3.3 in package.json, readme,
* add details to changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant