본문 바로가기
카테고리 없음

wsl2로 terraform VScode 환경 구축하기 (2)

by BTC_주먹쥐고 일어서 2022. 12. 16.

wsl2로 terraform VScode 환경 구축하기 (1)

https://btcd.tistory.com/903 


1. VScode 설치 

1) 아래 링크에서 VScode 다운로드 

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

2. VScode WSL서비스팩 다운로드 

[VScode확장 아이콘]에서 [wsl]검색하여 설치 

설치가 완료되면 VScode를 종료시킨다. 

3. WSL Ubuntu에 아래 명령어를 입력하여 연동 

code .

 

댓글