Reputation: 2286
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?
Upvotes: 4
Views: 748
Reputation: 2286
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
Upvotes: 7