How to Install Visual Studio Code on Ubuntu 20.04
Visual Studio Code is currently available on both Windows, macOS, and Linux. The cross-platform nature is a key factor in the appeal of this toolkit, as it allows developers to not need to switch tools or learn new user interfaces while working on multiple platforms. different operating system platforms.
Almost all VSCode features are available to all users, no matter what operating system they are using. Up to the basic feature set like debugging, syntax highlighting, auto-completion, embedded Git controls, and even a built-in terminal.
In addition, VSCode also supports many different programming language packs, including JavaScript, TypeScript, and Node.js. A rich set of extensions is available for other languages, like C++, C#, Java, Python, PHP, and Go, as well as runtimes like .NET and Unity.
In this tutorial, we will learn two ways to install Visual Studio Code on Ubuntu 20.04 LTS: using the official Snap package on the Snapcraft store, or downloading the VSCode .deb package from Microsoft.
Install Visual Studio Code via Snap package
Microsoft now offers the official Visual Studio Code Snap installation package on Canonical's Snapcraft Store.
What are Snaps? They are standalone software packages that include all the components needed to run the application. Snap plans are easy to upgrade and secure. Basically, you can install Snap packages using the Ubuntu Software application or by diving deep into the command line.
To install VS Code, open the Ubuntu Software application and search for the keyword 'Visual Studio Code'.
Alternatively, if you're more comfortable using the command, press Ctrl + Alt + T and run the following command:
sudo snap install code --classic
That's all you need to do to install Visual Studio Code on your system.
What about future updates? You need not worry because new versions of Visual Studio Code are automatically downloaded and installed in the background when available.
Install Visual Studio Code using the .deb . package
Microsoft currently maintains an apt repository for Linux users to install Visual Studio Code from here.
You can manually add the Visual Studio Code apt code repository with the command. But a quicker way to set it up on your system is to download and install the VSCode Linux package from the app's website. As part of the installation, the apt repository will be added to your Software Sources list.
Download Visual Studio Code (64-bit .deb) here
Once the download is complete, navigate to the Downloads folder (or the location you chose to save the installer) and double-click the .deb file. Ubuntu Software will open. Click the "install" button.
When a new version is released, you can update the Visual Studio Code package (along with any other updates you have) using Ubuntu's Software Updater tool.
Open Visual Studio Code
To open VSCode on Ubuntu, simply click on the 'Applications' icon at the bottom of the Ubuntu Dock. In the search bar, enter the keyword 'Visual Studio Code' and when the application icon appears, click on it to open it.
To open the application from the command line, simply run the code command.
You should read it
- Visual Studio Code review: Microsoft's cross-platform code editor
- 10 tips for Microsoft's cross-platform code editing tool - Visual Studio Code
- How to Install Visual Studio Code on Arch Linux
- Visual Studio Code now has an extremely useful color picker
- How to Install Visual Studio Using Parallels Desktop on a Mac
- How to create a file to install Visual Studio offline
- Write code in a browser with Microsoft Visual Studio Online
- Microsoft announced the launch of Visual Studio 2019
May be interested
- Steps to Install Visual Studio: Powerful Microsoft Programming Toollink to download the latest version of visual studio. detailed instructions on how to install visual studio on windows operating system - a powerful programming tool from microsoft
- Write code in a browser with Microsoft Visual Studio Onlinethere are situations where you may need a focused work environment. this is where remote development tools like visual studio online appear.
- Visual Studio Community - Download Visual Studio Community here.visual studio community is a free, extensible, full-featured ide for creating modern applications for android, ios, windows, as well as web applications and cloud services.
- Microsoft announced the launch of Visual Studio 2019confirmed to release but no detailed information yet.
- How to Install and Setup Visual Studio Express 2013visual studio express 2013 supports visual basic, c#, and c++. this makes it suitable for a beginner as the software is free to download and install. follow these simple steps below to install and setup visual studio express 2013. download...
- Microsoft launches Visual Studio 2022microsoft has just officially announced visual studio 2022, the next official version of this flagship development kit that is sure to be faster, accessible, and lighter.
- Differences between Visual Studio Code and VSCodiumvisual studio code (or vscode for short) and vscodium may look like twins, but there are some important differences between the two popular code editors that you should know.
- Compare 2 Visual Studio Code and Atom editorsatom has been around for a while, but it's only been around recently. visual studio code, from an 'anonymous' tool, has now become the hottest 'editor'.
- Explore new profile templates in Visual Studio Codevisual studio code has new profile templates. let's learn with tipsmake.com.com how the new profile templates in visual studio code work!
- Is Thonny or Visual Studio Code better for Raspberry Pi users?both thonny and visual studio code are built into raspberry pi os. both are capable of running python scripts and are useful when you want to get things working using the raspberry pi.