{{ message }}
Fix for missing terminal suggest symbol icon css mappings - #293158
Merged
Megan Rogge (meganrogge) merged 5 commits intoJul 29, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Emrecan Karaçayır (EmrecanKaracayir)
February 5, 2026 16:40
View session
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes missing CSS mappings for terminal symbol icons in the suggest widget, addressing issue #293157 where custom theme token colors for terminal symbols were not being applied.
Changes:
- Added CSS mappings for 11 new terminal symbol icons (file, folder, symbolic links, commit, branch, tag, stash, remote, pull request variants)
- Reorganized existing CSS rules to group related icon types together
Contributor
Author
|
Order of the CSS rules changed (no deletion made) to make it more inline with the |
…/terminalSymbolIcons.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Megan Rogge (meganrogge)
approved these changes
Mar 24, 2026
Megan Rogge (meganrogge)
left a comment
Collaborator
There was a problem hiding this comment.
Thank you!
Ben Villalobos (benvillalobos)
approved these changes
Mar 24, 2026
Megan Rogge (meganrogge)
enabled auto-merge (squash)
March 24, 2026 21:28
Contributor
Author
|
Why this isn't merging? |
Dmitriy Vasyura (dmitrivMS)
approved these changes
Jul 29, 2026
Contributor
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: #293157