Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Created November 12, 2019 19:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UbuntuEvangelist/006e61d951a03f9addb1449db9df232f to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/006e61d951a03f9addb1449db9df232f to your computer and use it in GitHub Desktop.
Install Visual Studio Code Ubuntu 18.04
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install launchpad-getkeys
sudo launchpad-getkeys
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo git config --global user.name "YourName"
sudo git config --global user.email youremail@gmail.com
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt install code
sudo snap install code --classic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment