An array of strings, or a promise that resolves to an array of strings.
Optionaloptions: QuickPickOptionsConfigures the behavior of the selection list.
Optionaltoken: CancellationTokenA token that can be used to signal cancellation.
A promise that resolves to the selection or undefined.
Shows a selection list allowing multiple selections.
An array of strings, or a promise that resolves to an array of strings.
Configures the behavior of the selection list.
Optionaltoken: CancellationTokenA token that can be used to signal cancellation.
A promise that resolves to the selected items or undefined.
Shows a selection list.
An array of items, or a promise that resolves to an array of items.
Optionaloptions: QuickPickOptionsConfigures the behavior of the selection list.
Optionaltoken: CancellationTokenA token that can be used to signal cancellation.
A promise that resolves to the selected item or undefined.
Shows a selection list allowing multiple selections.
An array of items, or a promise that resolves to an array of items.
Configures the behavior of the selection list.
Optionaltoken: CancellationTokenA token that can be used to signal cancellation.
A promise that resolves to the selected items or undefined.
Shows a selection list.