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 .
Alternatively, you can use the following command to open the folder in an Open VSCode window:
code . -r