How to open Visual Studio Code from Terminal - (MAC)
I recently discovered a quick way to launch Visual Studio Code from the terminal.
To do so, launch Terminal on your Mac and enter the following code:
$ code .
To open a specific directory
$ code PATH
This will open VS Code π
If you are encountering...
h.dhairyashah.dev1 min read