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...
codewithsnowbit.hashnode.dev1 min read