1 min read

Start Visual Studio Code on Terminal on MacOS

Start Visual Studio Code on Terminal on MacOS

구성

명령 팔레트를 열고 (Command ⌘ + Shift ⇧ + p), Shell Command: Install 'code' command in PATH를 선택합니다.

Shell Command

이제 터미널 앱에서 Visual Studio Code를 실행할 수 있습니다.

$ cd path-to-workspace
$ code .

참조: