Answers for "shortcut to open vscode from terminal"

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
2

how to open terminal in vs code

To open a fresh terminal use Ctr+` shortcut or simply Ctrl+J. To open an existing terminal use Ctrl+J shortcut.
Posted by: Guest on September-26-2021

Code answers related to "shortcut to open vscode from terminal"

Browse Popular Code Answers by Language