Change your Visual Studio Color based on your git branch. Just need to install the hook and make git checkout main
and thats it your VSCode will change the color.
NOTE: Add ./vscode/settings.json into your .gitignore file to prevent errors.
Just run the next command into your project with git installed.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PixelFlowMX/branch-color/master/install.sh)"