Answers for "how to make vs code execute in terminal"

3

open vscode in terminal sudo

sudo code --user-data-dir="~/.vscode-root"
Posted by: Guest on July-24-2020
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

Code answers related to "how to make vs code execute in terminal"

Browse Popular Code Answers by Language