Answers for "how to open a folder in vs code from terminal in new window"

6

vs code open folder from terminal in same 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
0

how to open a folder in vs code from terminal in new window

# go to the directory you want to open, then do:

code -n .
Posted by: Guest on August-11-2021

Code answers related to "how to open a folder in vs code from terminal in new window"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language