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?
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!