How can I permanently disable this update notification?
6 Answers
Go to File > Preferences > Settings (or hit Ctrl-,)
Here two files will open. One is "Default Settings" and other is "User Settings".
Add a new parameter in "User Settings"
"update.mode": "none" Then save the files, VS Code will ask you to restart, and then you won't receive the update message.
In GUI configuration, the setting will look like this:
11 Comments
"update.channel": "manual" to disable automatic updates."update.mode": "none" instead.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"
5 Comments
Go in the settings with ctrl+,.
Then set "update.mode" to "manual".
VS Code will no longer check for updates on its own, but you will still be able to update it when you want to, by clicking on the cog at the bottom left:
3 Comments
To date, we can't deactivate only the update notification. Either you stop update, or you deactivate all notifications. For the latter: go to settings (ctrl+,) then add:
"editor.parameterHints": false
1 Comment
You can simply press right key on "Extension" and select "Hide badge". Can't upload screenshot, sorry) It will hide only notification, but the Extensions menu will be still there
POST https://stackoverflow.com/upload/image?method=json 503 (Service Unavailable) 

