How can I permanently disable this update notification?
Right-click the bell icon and select 'Hide Notifications' from the menu. Show activity on this post. It looks there will be a Do not Disturb mode in vscode v1.
To turn off updates for all extensions navigate to the 'Tools -> Options' menu in Visual Studio: Find the 'Extensions and Updates' page under the 'Environment' node: Ensure that both checkboxes for automatic updates are un-checked as shown in the image above.
Type “editor. hover. enable” into the search field then check/uncheck the checkbox associated with “Controls whether the hover is shown.” to enable/disable the suggestion tooltip on hover.
OR press CTRL+SHIFT+P and search for the option 'Enable Error Squiggle' and just click on it. That's it!
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:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With