⚙ 환경설정/기타

[윈도우] Visual Studio Code 설치 및 설정 방법

톰아스 2023. 6. 20. 21:30
728x90
반응형

1. [윈도우] Vs Code 설치 방법

Electron 프레임워크를 기반으로 만들었다. Visual Studio Team Services(현 Azure DevOps)에 있던 웹 에디터를 발전시켜 Electron 프레임워크를 통해 로컬에서 쓸 수 있게 만든 것에서 출발했다. MS의 개발 툴 중 최초로 크로스 플랫폼을 지원하는 에디터이며 윈도우, macOS, 리눅스를 모두 지원한다.

 

아래 링크로 들어가 각 OS에 맞는 버전을 설치하자! [Vs Code 링크]

 

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

기본적으로 설치하면 아래 경로로 설정되어있다.

C:\Users\유저명\AppData\Local\Programs\Microsoft Vs Code

 

2. [윈도우] Vs Code 기본 설정 방법

Visual Studio Code 한국어로 설정 변경

상단 부분에 >Configure Display Language를 입력하고 설치 가능한 언어 리스트에 '한국어'를 선택한

이후 Vs Code가 한글로 변경된 것을 확인할 수 있다.

 

728x90
반응형