“Добавить VSCode в Path Mac” Ответ

установить код. Путь в Mac

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

Установить команду кода на 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

Добавить VSCode в 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

Ответы похожие на “Добавить VSCode в Path Mac”

Вопросы похожие на “Добавить VSCode в Path Mac”

Больше похожих ответов на “Добавить VSCode в Path Mac” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования