Answers for "open project directly in editor from command prompt windows 10"

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 project directly in editor from command prompt windows 10"

Browse Popular Code Answers by Language