!!WARNING!! THIS WILL DELETE ALL CUSTOM SNIPPETS !!WARNING!!
rm -rf ~/Library/Application\ Support/Code/User/snippets
ln -s <PathToRepo>/vscode-snippets/ ~/Library/Application\ Support/Code/User/snippets
You may need to reload vscode to see the changes.
command + shift + P
Developer: Reload Window