johnpapa / vscode-peacock

Subtly change the color of your Visual Studio Code workspace. Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.
MIT License
1.03k stars 115 forks source link

Allow peacok to save to folder settings when a workspace is used #545

Open narnaud opened 6 months ago

narnaud commented 6 months ago

In my team, we are using code-workspace file to share settings for a VS Code project. This file is in git. You can still have some user specific settings in the .vscode/settings.json file (the .vscode directory is ignored by git), if you open the settings with a workspace loaded you'll see 3 tabs: User / Workspace / folder

Unfortunately, the Peacock settings are only available in the User and Workspace, we can't change them in the folder settings. It would be nice to be able to save the peacock settings there, so color are specific to one user, and we don't impose it to other members of the team.

Thanks.

johnpapa commented 6 months ago

Thank you @narnaud for creating this issue!