I can't get Visual Studio Code to update on Ubuntu 20.04. I'm currently on 1.49.x of Visual Studio Code and attempting to upgrade to 1.50.x
Previously (I recently upgraded to 20.04 from 18.04) the updates were a part of the normal updates I would see along with all other updates. Now I only see the update within Visual Studio Code and I am forced to manually download it.
What I've Tried
I tried downloading the deb manually and attempted to install by double-clicking. When I did that then the Snap-Store (Ubuntu Software) would start up and show me I have Visual Studio Code 1.49.x installed but wouldn't allow me to choose the new version to update.
How can I install the update?
.deb
file, it is better to use thesudo apt install
command rather than installing it by double clicking on the file. – Tanvir Oct 17 '20 at 17:38sudo apt install
and it worked. But trying updating via Ubuntu Software worked as well, so now I have two VSC icons in the applications menu each opening new instances of VSC every time I click on them. How do I remove one of the VSC applications only? – ForEverNewbie Aug 18 '22 at 09:25