Answers for "how to install vscode on mac"

9

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

install code . path in mac

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

code . not working mac

ps -A | grep Visual Studio Code | awk '{print $1}' | xargs kill -9
Posted by: Guest on December-13-2020

Code answers related to "how to install vscode on mac"

Browse Popular Code Answers by Language