open vscode in terminal code example
Example 1: open vscode from terminal mac
open Visual Studio Code
press Cmd+shift+p
search for ``Shell command: install 'code' command in PATH.`` and click it
works in terminal
#Open Visual Studio Code by command
$ code .
Example 2: shortcut to open vscode from terminal
path code .