Answers for "vsc how to open terminal"

CSS
1

how to run vsc from windows terminal

// Go inside the folder with your code project and use command:
code .
// Your default code editor (for me it's VSC) is opening
Posted by: Guest on May-28-2021
0

open vs code from terminal

Launch VS Code.
Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
Restart the terminal
Navigate to project folder in terminal, 
Type code . press enter
Posted by: Guest on April-11-2021

Browse Popular Code Answers by Language