

Visual Studio Code is a lightweight source code editor which runs on desktops and is available to all operating systems out there. In may ways, Visual Studio Code is just like the Atom editor, though it appears to be a lot more resource-friendly.In this article we are going to learn how to install Visual Studio code also know as (VScode) on Ubuntu 21.10. Started from the command line or from the launcher will get you a main window like that in Figure 1. > vscode 1.12.2–1494422229 from ‘flexiondotorg’ installedĪfter installation has completed using this method, launch it from the command line by typing the vscodecommand. # the - classic option enables classic mode and disables security confinement > vscode 1.12.2–1494422229 flexiondotorg classic Code editing. Use the following commands to install it: Installing Visual Studio Code from snap requires that the snapd service be running, which is the default on Ubuntu. deb fileĪfter installation has completed, start it from the launcher. Then use the following command to install it: deb file from here and save it to your downloads folder.

Another avenue for installation is via snaps, universal packages that work across Linux distributions.

Installation packages for Visual Studio Code are not in the official Ubuntu repository, but there are binary installation packages that you may download from the project’s download page. This post shows how I did it on Ubuntu 16.10. Plus it’s open source, with the code hosted at this GitHub repository.įor those times when I need to look at code, I mostly use Sublime Text, but for the next few weeks or months, I’ll be trialling Visual Studio Code. The editor is supposed to be really nice, with built-in support for Git, JavaScript, TypeScript and Node.js. Yes, the same Microsoft that I’m not really a big fan of. Visual Studio Code is a developer-friendly code editor from Microsoft. How to install Visual Studio Code on Ubuntu 16.10, 17.04
