Answers for "code in terminal"

1

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
0

adding code . in the terminal

code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
Posted by: Guest on April-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language