Chat input styling: border radius, icon colors, toolbar tweaks#294351
Merged
daviddossett merged 7 commits intomainfrom Feb 17, 2026
Merged
Chat input styling: border radius, icon colors, toolbar tweaks#294351daviddossett merged 7 commits intomainfrom
daviddossett merged 7 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the chat input UI styling and labeling to better align with VS Code’s design system tokens (corner radius + foreground colors), and refreshes some toolbar/icon affordances in the chat input experience.
Changes:
- Update chat input container + editing-session container to use
--vscode-cornerRadius-large, and adjust chat editor padding. - Refresh chat execute/queue UI to use
Codicon.arrowUpinstead ofCodicon.send. - Tweak toolbar/picker colors to use
--vscode-descriptionForeground, and add a “Copilot CLI” suffix label for background agent sessions.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/browser/widget/media/chat.css | Uses corner radius tokens, adjusts chat editor line padding, and overrides toolbar icon/label colors. |
| src/vs/workbench/contrib/chat/browser/widget/input/sessionTargetPickerActionItem.ts | Adds “Copilot CLI” labeling for background agent session provider in picker UI. |
| src/vs/workbench/contrib/chat/browser/widget/input/chatQueuePickerActionItem.ts | Replaces send icon with arrow-up icon for primary and “Stop and Send” actions. |
src/vs/workbench/contrib/chat/browser/widget/input/sessionTargetPickerActionItem.ts
Show resolved
Hide resolved
src/vs/workbench/contrib/chat/browser/widget/input/sessionTargetPickerActionItem.ts
Outdated
Show resolved
Hide resolved
38 tasks
449ba24 to
eb0b724
Compare
dmitrivMS
approved these changes
Feb 17, 2026
dmitrivMS
approved these changes
Feb 17, 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.
Uh oh!
There was an error while loading. Please reload this page.