Shortcut to Open folder in VSCode from cmd
ยท One min read
The following commands open the current folder in VSCode from the terminal:
cd <folder_name>
code .
The following commands open the current folder in VSCode from the terminal:
cd <folder_name>
code .