open vscode from cmd code example
Example 1: code command line options
code -r <path-to-working-directory>
Example 2: vs code a project folder from the command line
cd my-project-folder/
code -n .
Example 3: vscode install commandline
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install code # or code-insiders