VsCode nags me everytime there's an update, i.e. every month or so.
Installing the update is a bit complicated (go to Website, download Deb, open terminal, sudo dpkg etc.) so I would like VsCode to not bother me with this update bar.
Is it possible?
I couldn't find a setting that allows to hide this bar..
If you do not want to get automatic updates, you can set the Update: Mode setting from default to none . To modify the update mode, go to File > Preferences > Settings (macOS: Code > Preferences > Settings), search for update mode and change the setting to none .
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.
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.
Disable telemetry reporting# telemetryLevel user setting to off . From File > Preferences > Settings (macOS: Code > Preferences > Settings), search for telemetry , and set the Telemetry: Telemetry Level setting to off . This will silence all telemetry events from VS Code going forward.
Add this to settings.json
:
"update.mode": "none",
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