본문 바로가기
Dev/Visual Studio Code

[Visual Studio Code] 소개 및 설치하기

by dev_jsk 2020. 9. 7.
728x90
반응형

Visual Studio Code

Microsoft가 Windows, macOS, 리눅스용으로 개발한 소스 코드 편집기이다. 디버깅 지원과 Git 제어, 구문 강조 기능등이 포함되어 있으며, 사용자가 편집기의 테마와 단축키, 설정 등을 수정할 수 있다.

설치하기

다운로드

 

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

환경설정 연동하기

1. System Sync 확장 프로그램 설치

 

2. Github에서 신규 토근 발급

  • 로그인 후 Settings -> Developer settings -> Personal access tokens 이동
  • Generate new token 클릭
  • Note 입력 및 하단에 토큰 용도 gist 체크 후 Generate token 클릭

 

3. Github gist 접속 및 글 작성 후 Create secret gist 클릭

 

4. URL 정보 확인

https://gist.github.com/{github ID}/{gist ID}

 

5. Welcome to Settings Sync 페이지에서 Login with Github 클릭 및 로그인

 

6. Gist 선택

 

7. 설정 동기화

  • 업로드 : Alt + Shift + U
  • 다운로드 : Alt + Shift + D
728x90
반응형

댓글