Table of Contents
This guide is about Guide: Install Visual Studio Code on Ubuntu. So read this free guide, Guide: Install Visual Studio Code on Ubuntu step by step. If you have query related to same article you may contact us.
Guide: Install Visual Studio Code on Ubuntu – Guide
Visual Studio Code is a popular, powerful, cross-platform open source editor developed by Microsoft. Offer developers tons of features and a hassle-free way to write and manage code. Visual Studio Code is a simplified code editor that provides various operations such as debugging, syntax highlighting, versioning, and code completion. You can insert, expand, generate and collapse different code blocks using the various editor properties, such as: B. Outline and code snippets.
Many people have confused Visual Studio with Visual Studio Code. Visual Studio is available exclusively on Windows for Windows application development, while Visual Studio Code is a simple code editor that is available for many platforms.
Installing Visual Studio Code as a Snap Package
The Visual Studio Code snap package is distributed and maintained by Microsoft. Snaps are standalone software packages that include the binary of all necessary dependencies to run the application. Snap packages are easy to update and secure. Unlike standard deb packages, snaps take up more disk space and longer application startup time.
Snap packages can be installed from the command line or through the Ubuntu Software application. To install VS Code snap, open your terminal (Ctrl + Alt + T) and run the following command:
sudo snap install – classic code
That’s it. Visual Studio Code has been installed on your Ubuntu machine. If you prefer to use a GUI, open the Ubuntu software, search for “Visual Studio Code” and install the application. Whenever a new version is released, the Visual Studio Code package will automatically update in the background.
Installing Visual Studio Code with apt
Visual Studio Code is available from official Microsoft Apt repositories. To install it, follow the steps below:
When a new version is released, you can update the Visual Studio Code package through the standard desktop software update tool or by running the following commands on your terminal:
sudo apt update
Starting Visual Studio Code
In the Activity search bar type “Visual Studio Code” and click on the icon to launch the application. When you start VS Code for the first time, a window like the following should appear: VS Code can also be started from the command line by entering the code.
Final note
I hope you like the guide Guide: Install Visual Studio Code on Ubuntu. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.