Almost every time I open a file in VS Code, I have my focus stolen by a new tab with a what's new content, either from an update of VS Code itself (it's very actively developed) or one of the extensions.
Is there a way those can be disabled?
Almost every time I open a file in VS Code, I have my focus stolen by a new tab with a what's new content, either from an update of VS Code itself (it's very actively developed) or one of the extensions.
Is there a way those can be disabled?
you can set update.showReleaseNote to false or you can uncheck Update: Show Release Notes in your Settings.
VSCode 1.75 (Jan. 2023) does offer an Easier opt-out of release notes after update:
You can now opt out of reading the release notes after every update, directly from the release notes editor.
This will reflect and update theupdate.showReleaseNotes
setting.