
The Visual Studio Code editor is ready to use. To launch the application type “code” in the search application and click on it. Now, The Visual Studio Code has been installed on your Ubuntu 22.04 system. The Visual Studio Code snap package has been successfully installed on your system. Once the installation is completed successfully, you will see the following output. The above command will download the latest VS Code snap package and install it on your system. You can directly install the Visual Studio Code on a Ubuntu system with the below-mentioned command: sudo snap install code -classic

The Ubuntu 22.04 already have installed Snapd service. The installation instructions are below: Method 2: Install VS Code Using Snap Package Rather than the above steps, you can also install VS Code from Snapcraft. The above steps will complete the VS Code installation on a Ubuntu system. Press ‘y’ for any confirmation prompted by the installer.


The Visual Studio Code is freely available for most modern operating systems like Windows, Linux (RPM and Debian installations are also available), and macOS. It includes features like embedded Git, supports debugging, syntax highlighting, intelligent code completion, snippets, and code refactoring. Visual Studio Code is an optimized, feature-rich code editor for building web and cloud applications, which is developed by Microsoft.
