- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
workbench.colorCustomizations override in main settings.json #1654
Comments
@xconverge any ideas? |
Yea, we should read the existing colorCustomizations in configuration.ts at initialization, then we can only change the entries we want if the setting is active and use the stored configuration from configuration.ts |
@xconverge @jpoon any update on that? |
I don't believe either of us are working on it at the moment, but we are happy to take PRs. |
@jpoon what's wrong with saving the settings in the workspace instead of the user settings? |
@Chillee did you have any chance to take a look at it? I think this setting should stay in the {
'statusBar.background': `${color}`,
'statusBar.noFolderBackground': `${color}`,
'statusBar.debuggingBackground': `${color}`,
} Without overriding all the other settings. |
Any updates on this fix. This issue alone is making it so I can use it as i have many colors customized. Is there a workaround? |
@Chillee Any update on this one? |
Fixed with #2122 |
Great work, but after updating to the latest release I've noticed that every time that you switch mode the whole
workbench.colorCustomizations
in the mainsettings.json
is overridden, that means that if you have custom settings (like me) they are gone!The text was updated successfully, but these errors were encountered: