unique-window-colors
unique-window-colors copied to clipboard
Extension editing workspace settings instead of folder settings
Every time my colleague uses this extension, the color settings are written to the .code-workspace
file instead of the .vscode/settings.json
file. In fact, opening a workspace with an existing .vscode/settings.json
causes the folder settings to be removed.
I saw that there was a setting that sounds similar, but it wasn't enabled for him.
Additionally, the readme only ever mentions updating the folder settings, so why writing to the workspace settings instead?
Upon rereading the readme, it does say that multiple root folders aren't supported, which is the case for all of our projects.
If there's some way to avoid committing the color settings to the .code-workspace
file, I would love to hear it.