-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Labels
CmdPal-HostUXIssue-TaskSmall piece of workSmall piece of workProduct-Command PaletteRefers to the Command Palette utilityRefers to the Command Palette utilityStatus-In progressThis issue or work-item is under developmentThis issue or work-item is under development
Description
originally filed by @zadjii-msft
If the page returns
ShowDetails = true
, the DevPal automatically expand out
the Details for list items withDetails
set to a non-null value.
IfShowDetails = false
, the DevPal will not expand out the details for list
items by default, but will add a "Show details" action to the item's list of
actions (if it setsDetails
).
- For example: in the Windows Search box, when you search for an app, you get a
"details" that is pre-expanded.- Similarly for file searches - you get a preview of the file, and metadata on
those details for the file path, last modified time, etc.- But something like the "GitHub" extension may not want to always fetch issue
bodies to show their details by default. So it would setShowDetails = false
. If the user activates the automatic "Show details" action, then the
github action can then fetch the body and show it.
Copilot
Metadata
Metadata
Assignees
Labels
CmdPal-HostUXIssue-TaskSmall piece of workSmall piece of workProduct-Command PaletteRefers to the Command Palette utilityRefers to the Command Palette utilityStatus-In progressThis issue or work-item is under developmentThis issue or work-item is under development