Command should expose IconPath, not IconSource #7784
Labels
Area-CodeHealth
Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Tag-Fix
Doesn't match tag requirements
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
CommandPalette data binds itself to the
IconSource
ofCommand
.Command
should instead operate more likeProfile
in that it only exposes theIconPath
.CommandPalette can still be bound to the command's icon by using a converter like this:
or
(also see
CommandKeyChordVisibilityConverter
)This'll also be very useful for
Profile
too because...The text was updated successfully, but these errors were encountered: