Skip to content

Visual Studio Code Installation for Linux

Rutvik Kevadiya edited this page Aug 20, 2022 · 1 revision

The easiest way to install Visual Studio Code for Debian/Ubuntu based distributions is to download and install the .deb package. Download the .deb package by clicking on this link.

Open a terminal window using Ctrl + Alt + t and run the following command to navigate to the Downloads directory:

cd ~/Downloads

Install Visual Studio Code:

sudo apt install ./code_1.70.2-1660629410_amd64.deb

Visit this link for a quick orientation to Visual Studio Code.