Skip to content

Instantly share code, notes, and snippets.

@nareshganesan
Created December 6, 2017 15:55
Show Gist options
  • Save nareshganesan/86b9145e41d7612439c5e0a3a3423dc2 to your computer and use it in GitHub Desktop.
Save nareshganesan/86b9145e41d7612439c5e0a3a3423dc2 to your computer and use it in GitHub Desktop.
Install vscode Ubuntu 16.04
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
# install vs code
sudo apt-get update
sudo apt-get install code # or code-insiders
@nt242298
Copy link

nt242298 commented Apr 9, 2024

Love You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment