How can I permanently disable this update notification?
For the latest versions of VS code (I am using version 1.32.2) the parameter "update.channel": "none" is deprecated. To disable updates use "update.mode": "none"
"update.channel": "none"
"update.mode": "none"