Overview
This post covers how to open Visual Studio Code from the terminal on macOS.
Steps
1. Open the Command Palette in Visual Studio Code
Command+Shift+P
2. Search for and Install the Following Shell Command
> Shell Command: install 'code' command in PATH
3. Verify It Works
code ~/.ssh/config
Leave a comment