Display more info for WinGet suggestions #17755
Labels
Area-Suggestions
Anything related to tasks or the suggestions UI (sxnui)
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.
Milestone
from #17614 (review)
Implementation
Should be pretty straightforward to do, but we need to make a few changes to make this happen:
ControlCore
stores the suggestions as anIVector<hstring>
. We'll need to change that to be able to hold the winget metadata (package description and simplified package name)TerminalPage::_PopulateQuickFixMenu
needs to be updated to display the metadataTerminalPage::_doHandleSuggestions
needs to be updated to display the metadataThe text was updated successfully, but these errors were encountered: