Answers for "how to open vscode in terminal"

3

open vscode in terminal sudo

sudo code --user-data-dir="~/.vscode-root"
Posted by: Guest on July-24-2020
-2

mac open vs code from terminal

$ alias code="open -a /Applications/Visual\ Studio\ Code.app"

#Open Visual Studio Code by command
$ code .
Posted by: Guest on May-09-2021
0

how to open a file in vs code from terminal

code -r fileName
Posted by: Guest on June-27-2021

Code answers related to "how to open vscode in terminal"

Browse Popular Code Answers by Language