1. vs code 설치

url : 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

Download for Mac 클릭하세요.

 

.zip 파일로 다운 받은 파일을 압축해제하고 응용 프로그램으로 이동시킵니다.

 

응용 프로그램으로 옮겼으면 실행 시켜줍니다.



 

 

 

열기 클릭해주세요.

 

 

 

 

 

 

 

2. 터미널에서 vscode 실행하기 (option)

cmd + shift + p로 명령 파레트를 실행해줍니다.
shell command 입력해서

Install 'code' command in PATH를 클릭해줍니다.

 

이제 터미널에서 code 명령으로 visual studio code를 실행할 수 있습니다!

프로젝트가 있는 폴더로 가서 code . 명령으로 실행합니다.

+ Recent posts