Answers for "how to setup vs code on code. in mac"

CSS
11

install code command on mac

Open VCode
press CMD + SHIFT + P
type 'shell command' 
select 'Install code command in path'
navigate to any project from the terminal and type 'code .'
Posted by: Guest on July-15-2020
0

setup commandline vscode in mac

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

Browse Popular Code Answers by Language