Start Visual Studio Code on Terminal on MacOS

구성
명령 팔레트를 열고 (Command ⌘ + Shift ⇧ + p), Shell Command: Install 'code' command in PATH
를 선택합니다.
이제 터미널 앱에서 Visual Studio Code를 실행할 수 있습니다.
$ cd path-to-workspace
$ code .
명령 팔레트를 열고 (Command ⌘ + Shift ⇧ + p), Shell Command: Install 'code' command in PATH
를 선택합니다.
이제 터미널 앱에서 Visual Studio Code를 실행할 수 있습니다.
$ cd path-to-workspace
$ code .