Answers for "how to open vs code from linux terminal"

3

open vscode in terminal sudo

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

install vscode ubuntu command line

sudo snap install --classic code
Posted by: Guest on May-07-2020
6

vs code open folder from terminal in same window

code -r .
Posted by: Guest on April-06-2020
0

how to open ubuntu file in visual studio

$ code
$ code my-file
Posted by: Guest on March-14-2020
-12

open visual studio code from terminal ubuntu

code /path/filename
Posted by: Guest on January-16-2021

Code answers related to "how to open vs code from linux terminal"

Browse Popular Code Answers by Language