Software Developer
If you have installed VS Code by manually downloading the .deb
file the chances are the automatic updates are not being installed and you have to update your VS Code manually from the website, but it is possible to update it just via apt
without downloading and installing the laste version again and again from the website.
sudo apt update
-Install VS Code:
sudo apt install code
Done!!