Bring back update.titleBar setting, hide Update indicator while debugging#313549
Merged
Bring back update.titleBar setting, hide Update indicator while debugging#313549
Conversation
…ging Co-authored-by: Copilot <copilot@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Reintroduces a user-facing setting to control whether the update indicator appears in the title bar, and suppresses the indicator while the debugger is active to reduce UI clutter/conflicts.
Changes:
- Add
update.titleBarconfiguration (application scope, non-web) to control visibility of the update indicator. - Update the title bar update indicator contribution to respect
update.titleBardynamically (and react to configuration changes). - Hide the update indicator action while
inDebugModeis true.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/update/browser/updateTitleBarEntry.ts | Adds config-driven gating for the update title bar indicator and hides it during debug sessions. |
| src/vs/platform/update/common/update.config.contribution.ts | Re-adds the update.titleBar setting to the update configuration schema. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 1
Yoyokrazy
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #311929
Fixes #302497