Answers for "how to open a directory in vs code from the terminal"

CSS
8

vs code terminal open folder in current window

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

vs code a project folder from the command line

cd my-project-folder/
code -n .
Posted by: Guest on April-03-2020

Code answers related to "how to open a directory in vs code from the terminal"

Browse Popular Code Answers by Language