Created
May 15, 2020 21:17
-
-
Save p3jitnath/8e2d464371c03bd88e1af5939fa1f221 to your computer and use it in GitHub Desktop.
Install VSCode in Ubuntu 20.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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