ubopod / ubo_app

This repo contains code for Ubo system app to control Raspberry Pi utilities and Ubo based functionalities
6 stars 2 forks source link

Remove the update menu item for VSCode as it already has its own update mechanism #127

Closed sassanh closed 3 months ago

sassanh commented 3 months ago

Currently we have an update mechanism for vscode cli binary, it is ambiguous as it is unable to check whether a new version is available or not, so it always shows that update button and the user may think their update is not successful as they keep seeing the update button after finishing an update. Considering VSCode has an internal update mechanism, we can drop this menu item and keep it for VSCode itself to update itself.

sassanh commented 3 months ago

This is actually duplicate of #117