

So just execute the below command on your system terminal: sudo snap install code -classic The snap package contains all the requirements for any application. Method 1 – How to Install VS Code using Snap.So, we are providing installation method with snap tool first. The Ubuntu 20.04 LTS preferred to use snap tool instead of Apt for packages installation. For the newly installed systems, required to complete initial server setupĬhoose one of the below methods to install Visual Studio Code on your Ubuntu system.Login to Ubuntu as sudo privileged user.Prerequisitesīefore continuing for Visual Studio Code installation on Ubuntu 20.04: This tutorial will help you to install Visual Studio Code editor on Ubuntu 20.04 using Apt repository as well as the snap tool. VSCodium exists to make it easier to get the latest version of MIT-licensed VS Code.The Visual Studio Code is freely available for most modern operating systems like Windows, Linux (RPM and Debian installation are also available), and macOS. If you want to build from source yourself, head over to Microsoft’s vscode repo and follow their instructions. These binaries are licensed under the MIT license. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. The VSCodium project exists so that you don’t have to download+build from source. Therefore, you generate a “clean” build, without the Microsoft customizations, which is by default licensed under the MIT license When you clone and build from the vscode repo, none of these endpoints are configured in the default product.json.

We clone the vscode repository, we lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license. When we build Visual Studio Code, we do exactly this. According to this comment from a Visual Studio Code maintainer:

Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking.
