
Installing Visual Studio Code on Ubuntu # Prerequisites #īefore continuing with this tutorial, make sure you are logged in as a user with sudo privileges The easiest and recommended way to install Visual Studio Code on Ubuntu machines is to enable the VS Code repository and install the VS Code package through the command line.Īlthough this tutorial is written for Ubuntu 18.04 the same steps can be used for Ubuntu 16.04. It has a built-in debugging support, embedded GitĬontrol, syntax highlighting, code completion, integrated terminal, code refactoring and snippets. Are you using a different OS? See how to install VSCodium on your system here.Is an open-source cross-platform code editor developed by Microsoft. If you like, you can transfer your tools and preferences from VS Code to VSCodium using the instruction manual here.

# zypper addrepo -t YUM vscodium_mirror_on_gitlab On Fedora / Centos / OpenSUSE, you can install VSCodium using following commands.Īdd the GPG key of the repository and install VSCodium as shown. VSCOdium is installed by default on ParrotOS and if it’s not installed on your system you can install it with the simple code: $ sudo apt update & apt install vscodium $ sudo apt update & sudo apt install vscodium $ echo 'deb vscodium main' | sudo tee -append /etc/apt//vscodium.list $ wget -qO - | sudo apt-key add -Īdd the repo to your system. Take note of the pipe "|" symbol used to join the commands.Īdd its repo’s GPG key. How to Install VSCodium on Linuxįollow these steps to install VSCodium on any Debian-based distro like Ubuntu.

You know the feature list in VS Code is virtually inexhaustible.
