An array of strings, or a promise that resolves to an array of strings.
Optional
options: QuickPickOptionsConfigures the behavior of the selection list.
Optional
token: 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.
Optional
token: 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.
Optional
options: QuickPickOptionsConfigures the behavior of the selection list.
Optional
token: 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.
Optional
token: CancellationTokenA token that can be used to signal cancellation.
A promise that resolves to the selected items or undefined
.
Shows a selection list.