Downloading Visual Studio Code

Step 1: Download the Visual Studio Code package for Linux from here.

 

Step 2: Installing VS Code on the system.

 

Fire up the terminal and follow up to install or Unpack it into your system.

cd Downloads

ls

sudo apt install ./<the file name>

 

Now the Visual studio code is installed in your Linux System to check the write in the terminal.

code .

 

This will open up VS code in the directory you are currently on. 


How to Download and Install Visual Studio Code on Ubuntu?

Visual Studio Code is a code editor that is basically used for web development or cloud platforms, but nowadays Visual Studio Code can do a lot. It is stated as the second most used code editor by developers in 2022 so if you are an aspiring IT student or a developer you should know how to use Visual Studio Code. Let’s learn how to install Visual Studio Code for Linux.

Similar Reads

Downloading Visual Studio Code

Step 1: Download the Visual Studio Code package for Linux from here....