Manually adding Visual Studio Code to your path

If you plan to manually add Visual Studio, then refer to the following code:

cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF