Last active
October 24, 2018 13:44
-
-
Save lazarofl/f08c4ef2903a07bac0db84b9e4108615 to your computer and use it in GitHub Desktop.
Update VS Code for Ubuntu 64 bits from command line
This file contains 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
wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb | |
sudo dpkg -i /tmp/code_latest_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment