Can I turn off the VsCode update notification?

VsCode calls me every time there is an update, i.e. every month or so.

Installing the update is a bit tricky (go to website, download Deb, open terminal, sudo dpkg, etc.) so I would like VsCode not to bother me with this update panel.

Is it possible?

I couldn't find an option that allows you to hide this panel.

+3


source to share


1 answer


Maybe if you add it settings.json



 "update.channel": "none"

      

+7


source







All Articles