This tutorial provides instructions for installing Visual Studio Code on Ubuntu. While the steps outlined here may work for other versions of Ubuntu (and some non-Ubuntu Linux distributions), these instructions were tested against Ubuntu 20.04 LTS.
code
installationBefore starting this tutorial, ensure that ...
Visual Studio Code (VS Code) is a free and extensible cross-platform code editor released by Microsoft.
In your VM, open your web browser (ex. Firefox), and paste the following link:
Click the .deb
icon to download the VS Code.
OK
. Files
→ Downloads
and double-click on the .deb
file that you just downloaded. Install
. You may be asked to enter your user password. Follow the directions presented.
There are two main ways to start Visual Studio Code.
In the Activities
search bar type Visual Studio Code and click on the icon to launch the application.
Open your terminal and type code
:
code
This should cause VS Code to launch.