티스토리 뷰

Visual Studio Code 사이트에 직접들어가서 다운로드 받는 방식과 Hombrew를 사용하여 다운 받는 방식 두 가지가 있다.

1. https://code.visualstudio.com/download

 

Download Visual Studio Code - Mac, Linux, Windows

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

code.visualstudio.com

해당 사이트에 접속하여서 본인의 OS에 맞는 다운로드를 선택하는 방식이 있다.

 

2. Homebrew 설치 후 다운로드

brew install --cask visual-studio-code

Hombrew 설치방법 바로가기

Mac에서 간단하게 설치할 수 있는 Hombrew를 설치한 후 터미널에서 위의 코드를 복붙해주면 끝이다.

 

공지사항