Answers for "updating vscode on ubuntu"

6

how to update vs code in linux

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
Posted by: Guest on May-28-2020
2

updating vscode on ubuntu

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
Posted by: Guest on August-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language