Answers for "ubuntu vs code still tells me to update but no update available on command line"

3

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 "ubuntu vs code still tells me to update but no update available on command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language