Answers for "how to run program in visual studio in terminal with full path"

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 run program in visual studio in terminal with full path"

Browse Popular Code Answers by Language