Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable "There is an available update" popup in Visual Studio Code / Codium?

How can I disable "There is an available update" popup in Visual Studio Code?

This updates are never mattering much - definitely not enough to interrupt work.

I anyway update everything as Linux packages, so there is no reason at all to do anything manually.

How can I stop this distracting popups?

like image 791
reducing activity Avatar asked Oct 25 '25 04:10

reducing activity


1 Answers

set update.mode to none.

https://github.com/microsoft/vscode/issues/112041#issuecomment-740506061

For VSCodium on Linux it is in ~/.config/VSCodium/User/config.json

like image 92
reducing activity Avatar answered Oct 26 '25 20:10

reducing activity