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...


