차근차근 생활 & 코딩

[MACBOOK] 맥북 - Visual Studio Code 에디터 터미널창에서 열기 본문

IT

[MACBOOK] 맥북 - Visual Studio Code 에디터 터미널창에서 열기

ssilook 2022. 9. 29. 19:35
반응형

안녕하세요.

 

이번시간에는 맥 터미널에서 Visual Studio Code 에 대해서 알려드리도록 하겠습니다.

 

Step. 1 설치하기

 - 아래 사이트를 접속하여 프로그램을 설치 하도록 합니다.

https://code.visualstudio.com

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

Step. 2  파일 열기

 - 다운로드가 다 되었다면 Visual Studio Code를 실행해 주도록 합니다. 

Step. 3 설정하기

 - Visual Studio Code를 실행한 상태에서 F1을 눌러 주도록 합니다.

- 아래 코드를 입력해 준 후 창에 표시된 명령어를 선택해 주도록 합니다.

Shell Command: Install 'code' command in PATH

Step. 4 실행하기

 - Mac에 Terminar을 실행하여 Code . 이라고 입력하시면 해당 폴더에 Visual Studio Code 프로그램이 실행되게 됩니다.

 

수고하셨습니다.

반응형
Comments