“setup commandline vscode di mac” Kode Jawaban

Buka kode studio visual dari terminal mac

#Add Bash alias in .bash_profile ?
$ alias code="open -a /Applications/Visual\ Studio\ Code.app"

#Open Visual Studio Code by command
$ code .
Snippets

setup commandline vscode di 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 “setup commandline vscode di mac”

Pertanyaan yang mirip dengan “setup commandline vscode di mac”

Lebih banyak jawaban terkait untuk “setup commandline vscode di mac” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya