[Linux]우분트(Ubuntu)에 VS Code 설치하기

2023년 06월 27일 by 진아사랑해

    [Linux]우분트(Ubuntu)에 VS Code 설치하기 목차
반응형

개요

우분트에서 과제를 개발하면서 에디터를 무었을 사용할까 고민하다가 Windows 환경에서 사용하던

VS Code를 사용하기로 하였습니다.

VS Code 설치 과정을 작성하였습니다.

리눅스용 VS Code 다운로드

VS Code의 공식 홈페이지입니다.

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

우분트를 사용할 예정임으로 .deb 파일을 다운로드 받습니다.

VS Code 설치

sudo dpkg -i 패티지이름

이 명령을 사용하시면 설치가 끝난 것입니다.

 

반응형