Skip to content

Make chat input notification text always inline#313768

Merged
pwang347 merged 2 commits intomainfrom
pawang/inlineChatInputNotification
May 1, 2026
Merged

Make chat input notification text always inline#313768
pwang347 merged 2 commits intomainfrom
pawang/inlineChatInputNotification

Conversation

@pwang347
Copy link
Copy Markdown
Member

@pwang347 pwang347 commented May 1, 2026

image

Fixes #313299

Copilot AI review requested due to automatic review settings May 1, 2026 18:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the chat input notification banner layout so the description/actions remain inline and long text truncates with ellipsis, while still allowing users to see the full content via tooltips.

Changes:

  • Remove wrapping from the notification body row and switch the description to single-line ellipsis truncation.
  • Add title tooltips for the notification title and description so truncated text can be read.
Show a summary per file
File Description
src/vs/workbench/contrib/chat/browser/widget/input/media/chatInputNotificationWidget.css Forces body row to stay inline and truncates description text with ellipsis.
src/vs/workbench/contrib/chat/browser/widget/input/chatInputNotificationWidget.ts Adds title attributes to show full message/description on hover.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 1

@pwang347 pwang347 marked this pull request as ready for review May 1, 2026 18:43
@pwang347 pwang347 enabled auto-merge (squash) May 1, 2026 18:43
@pwang347 pwang347 merged commit 0b758f4 into main May 1, 2026
26 checks passed
@pwang347 pwang347 deleted the pawang/inlineChatInputNotification branch May 1, 2026 19:01
@vs-code-engineering vs-code-engineering Bot added this to the 1.119.0 milestone May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In chat usage warnings render odd

3 participants