The question says it all.
How can I open VS Code editor from
e.g. for notepad++ I write
Open command line and type:
cd your_folder_path code.cmd .
or
code.cmd your_folder_path
It will open your folder in Visual Studio Code. Make Sure, you are inside the correct folder after executing "cd your_folder_path" command.