open visual studio code from command line windows code example
Example 1: visual code open in another window
1.Press CTRL+SHIFT+N to create a default new window.
Example 2: code command line options
code -r <path-to-working-directory>
Example 3: vs code a project folder from the command line
cd my-project-folder/
code -n .
Example 4: vscode install commandline
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install code # or code-insiders