

In the Activities search bar type “Visual Studio Code” and click on the icon to launch the application. Update the repository index and then install HTTPS support for apt.

When a new version is released you can update the Visual Studio Code package through your desktop standard Software Update tool or by running the following commands in your terminal: sudo apt update sudo apt upgrade Starting Visual Studio Code # Install VS Code from Microsoft Repository. Once the installation is complete, you can open Visual Studio Code from the terminal or directly from the Applications menu. Search for Code and select the first result. , install the Visual Studio Code package: sudo apt install code To install Visual Studio Code, launch the Ubuntu Software app from the Applications menu. Import the Microsoft GPG key using the following wget commandĪnd enable the Visual Studio Code repository by typing: sudo add-apt-repository "deb stable main" : sudo apt update sudo apt install software-properties-common apt-transport-https wget Update the packages index and install the dependencies by running the following command as a user with sudo privileges Visual Studio Code is available from the official Microsoft Apt repositories. Whenever a new version is released, Visual Studio Code package will be automatically updated in the background.
