wsl2로 terraform VScode 환경 구축하기 (1)
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 .
댓글