Skip to content

Instantly share code, notes, and snippets.

@lazarofl
Last active October 24, 2018 13:44
Show Gist options
  • Save lazarofl/f08c4ef2903a07bac0db84b9e4108615 to your computer and use it in GitHub Desktop.
Save lazarofl/f08c4ef2903a07bac0db84b9e4108615 to your computer and use it in GitHub Desktop.
Update VS Code for Ubuntu 64 bits from command line
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