stuartcrobinson / unique-window-colors

Uniquely color different VSCode workspace windows with automatic selections or customized colors and themes.
https://marketplace.visualstudio.com/items?itemName=stuart.unique-window-colors
MIT License
69 stars 26 forks source link

Use the user-level settings instead of project-level? #44

Open aaronsteers opened 3 years ago

aaronsteers commented 3 years ago

Similar to how this extension has the option to store dictionary entries in user-level settings instead of project-level settings, I'd love to see the same here.

Perhaps others might want the colors stored in each repo, but this is problematic for me, since some of my projects do store the .vscode/settings.json file and I would rather keep my repository tree clean at all times.

Would you consider opening this up as an option to users, storing a map of the project ID, path, or hash and the corresponding color choices in a user-level settings.json instead of a project-level one?

Thanks!

asos-gurpreetsingh commented 2 weeks ago

+1 for me please