How to Update VS Code Installed from a .deb Package
Update system package information
We refresh system package lists first to make sure we get the latest version:
sudo apt updateUpgrade only vscode
Once system is up up date we can upgrade Vscode:
sudo apt install --only-upgrade code