본문 바로가기
Development/VSCode

[VSCode]Windows에서 VSCode 설치

by wintercamo3482 2025. 1. 26.

1. Visual Studio Code 다운로드

https://code.visualstudio.com/

 

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code redefines AI-powered coding with GitHub Copilot 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 Windows를 다운로드 클릭.

클릭할 경우 자동으로 다운로드가 될 것인데, 안 될 경우엔 direct download link를 클릭한다.

2. Visual Studio Code 설치

 

다운로드 받은 파일을 실행시킨다.

설치할 위치, 시작 메뉴 폴더 생성 등 옵션을 선택할 건데, 사용자의 요구사항에 맞게 기본 값으로 놔두거나 바꿔주면 된다.

 

그리고 은근 중요한 이것.

PATH에 추가를 할 경우, CMD나 PowerShell 등 터미널에서 code라는 명령어를 사용하면 VSCode를 실행할 수 있게 된다.

리눅스처럼 사용할 수 있다는 장점이 있는데, 이 때 체크를 못해서 뒤늦게 적용을 하고 싶거나 제대로 반영이 안 되는 경우에 대한 대비책은 다른 게시물에서 다루도록 하겠다.

 

일단 필요한 사람들은 체크를, 필요없으면 체크를 해제하고 진행하면 된다.

 

설치가 완료되면 위와 같은 화면이 뜬다.