Answers for "how to write code in vs code terminal"

0

code in terminal

cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
Posted by: Guest on September-18-2020

Code answers related to "how to write code in vs code terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language