mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Writeable active and selected items (#49340, fixes vscode-azure-account#67)
This commit is contained in:
@@ -380,6 +380,10 @@ export interface TransferQuickPick extends BaseTransferQuickInput {
|
||||
|
||||
items?: TransferQuickPickItems[];
|
||||
|
||||
activeItems?: number[];
|
||||
|
||||
selectedItems?: number[];
|
||||
|
||||
canSelectMany?: boolean;
|
||||
|
||||
ignoreFocusOut?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user