Answers for "how to open a project in vscode from terminal"

3

open vscode in terminal sudo

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

open vs code from terminal

Launch VS Code.
Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
Restart the terminal
Navigate to project folder in terminal, 
Type code . press enter
Posted by: Guest on April-11-2021
0

open visual sturdo to curent folser

open visual studio to current folder
code .
Posted by: Guest on November-08-2020

Code answers related to "how to open a project in vscode from terminal"

Browse Popular Code Answers by Language