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.04k
stars
118
forks
source link
Opening a project modifies `workbench.colorCustomizations` even when "Surprise me on startup" is disabled #551
Versions (please complete the following information):
OS: Windows 10
VS Code version: 1.89.1
Peacock Version: 4.2.2
Describe the bug
I previously used peacock to set a color theme for a project. I then disabled peacock because it kept making unwanted changes to .vscode/settings.json workbench.colorCustomizations. Now I try to enable it with the "surprise me on startup" set to false, and it tries to remove almost all the options in workbench.colorCustomizations.
Versions (please complete the following information):
Describe the bug I previously used peacock to set a color theme for a project. I then disabled peacock because it kept making unwanted changes to .vscode/settings.json
workbench.colorCustomizations
. Now I try to enable it with the "surprise me on startup" set to false, and it tries to remove almost all the options inworkbench.colorCustomizations
.To Reproduce Steps to reproduce the behavior:
Expected behavior Color configuration should not be modified unless peacock command is invoked.