VSCode: Calling your VSCode Application via Console

By PNC No comments

Okay! So! No more beating around the bush.  This is how you can call Visual Studio Code through your console.

BTW, the Windows console or shell is the equivalent of  “terminal” if you are using macOS.

Here it goes! While at the c: prompt or in your project folder, type the command below:

c:\code .

Or

c:\your_project_folder\code .

And that is it, my brother!