Visual studio code is a popular editor and IDE for many programming languages

It works with Linux, Windows, and Mac.

Setup VSCode on Ubuntu desktop

To install Ubuntu, you have root permission, Setup is very easy.

VSCode is shipped as a Snap package

please issue the following command in the terminal

sudo snap install code --classic

Follow the setup instructions, It installs the local folder

It creates a desktop link, You can click the link to open the Visual Studio code

Uninstall Visual Studio Code in Ubuntu

With Snap Packager, You can easily uninstall it by running the following code

sudo snap remove code

How to install Visual Studio code on Windows

  • Go to the [VSCode Download]/https://code.visualstudio.com/download) link.

  • You can choose 64-bit or 32-bit

  • And It downloads VSCodeSetup-x64-x.x.x.exe to the local folder in a file system.

  • Click on it and follow the steps to finish the installation.

  • You can open it by selecting Start -> All Apps - Visual Studio Code

It opens Visual Studio Code and is ready to work with your project.

Install VSCode in Linux