Answers for "open visual studio code from command line windows"

6

vs code open folder from terminal in same window

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

code command line options

code -r <path-to-working-directory>
Posted by: Guest on June-04-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 "open visual studio code from command line windows"

Browse Popular Code Answers by Language