Answers for "mac terminal code command"

-2

mac open vs code from terminal

$ alias code="open -a /Applications/Visual Studio Code.app"

#Open Visual Studio Code by command
$ code .
Posted by: Guest on May-09-2021
-1

setup code command mac

cat << EOF >> ~/.zprofile
# Add Visual Studio Code (code)
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
Posted by: Guest on January-11-2022

Code answers related to "mac terminal code command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language