A simple tool that changes your VS Code's Title Bar Colors depending on the type of workspace that you're currently in. Useful for Full-Stack developers who like to jump from workspace to workspace.
- Open your terminal and
cdinto your root directory (e.g.cd ~, or cd/Users/YOURNAME/) - Create a new folder named
binif you don't have one yet - Export your bin directory to the PATH (e.g. for bash:
export PATH=$PATH:/Users/YOURNAME/bin, for ZSH:export PATH=$HOME/bin:/usr/local/bin:$PATH) - Copy the two files
vs-feandvs-beinto your bin directory