Skip to content

Instantly share code, notes, and snippets.

@huynhsamha
Created October 10, 2019 04:13
Show Gist options
  • Save huynhsamha/08ec3e8235bf3c72b5e1fb6269269706 to your computer and use it in GitHub Desktop.
Save huynhsamha/08ec3e8235bf3c72b5e1fb6269269706 to your computer and use it in GitHub Desktop.
Update VS Code [Bash]
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