Skip to content

Instantly share code, notes, and snippets.

@p3jitnath
Created May 15, 2020 21:17
Show Gist options
  • Save p3jitnath/8e2d464371c03bd88e1af5939fa1f221 to your computer and use it in GitHub Desktop.
Save p3jitnath/8e2d464371c03bd88e1af5939fa1f221 to your computer and use it in GitHub Desktop.
Install VSCode in Ubuntu 20.04 LTS
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment