Open
Description
Last iteration we introduced tooltips for quickpickitems into Core and as a proposed API:
#174473
The shape of which looks like this:
export interface QuickPickItem {
tooltip?: string | MarkdownString;
}
The ask was from Jupyter Notebooks extension who show a tooltip
is one way to allow them to show additional information that might not be critical, but is available.