“Tambahkan VScode ke Path Mac” Kode Jawaban

instal kode. jalur di Mac

cat << EOF >> ~/.zshrc
# Add Visual Studio Code (code)
export PATH="/Applications/Visual Studio Code.app/Contents/Resources/app/bin:$PATH"
EOF
Anxious Anteater

Instal Perintah Kode di 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 .'
Volcano

Tambahkan VScode ke Path Mac

cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
Jittery Jaguar

Jawaban yang mirip dengan “Tambahkan VScode ke Path Mac”

Pertanyaan yang mirip dengan “Tambahkan VScode ke Path Mac”

Lebih banyak jawaban terkait untuk “Tambahkan VScode ke Path Mac” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya