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