Ubuntu
[Ubuntu] VSCode 설치
yongee97
2022. 9. 19. 18:50
1. VSCode 공식 사이트 접속
https://code.visualstudio.com/
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
2. .deb 눌러서 다운로드
3. 다운로드한 폴더로 이동해서 vscode 설치
cd ~/Downloads
sudo apt install ./code_1.71.2-1663191218_amd64.deb
# it can be changed!
4. 실행
끝