Conversation
lszomoru
approved these changes
Jan 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the user-facing option to hide the chat title, making the chat title behavior no longer configurable via setting/command.
Changes:
- Removed
chat.viewTitle.enabledconfiguration and itsChatConfigurationenum entry. - Removed the “Show Chat Title” toggle action/command and the associated configuration listening in
ChatViewTitleControl. - Minor cleanup in test stubs and test comments.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/test/browser/workbenchTestServices.ts | Removes a duplicate openSession overload in the test chat widget service stub. |
| src/vs/workbench/contrib/chat/test/browser/agentSessions/agentSessionViewModel.test.ts | Removes now-unnecessary inline comments in session read-state tests. |
| src/vs/workbench/contrib/chat/common/constants.ts | Drops ChatViewTitleEnabled from ChatConfiguration. |
| src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatViewTitleControl.ts | Removes config dependency/listener and always renders title based on model title (no setting gate). |
| src/vs/workbench/contrib/chat/browser/chat.contribution.ts | Removes registration of the chat.viewTitle.enabled setting. |
| src/vs/workbench/contrib/chat/browser/actions/chatActions.ts | Removes the toggle action/command that updated chat.viewTitle.enabled. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.