Add option to skip sorting QuickPick items (#73904)

This commit is contained in:
Christof Marti
2019-11-18 16:40:18 +01:00
parent 7b4dc66b71
commit 8031c495a6
7 changed files with 6 additions and 18 deletions

View File

@@ -475,9 +475,9 @@ export interface TransferQuickPick extends BaseTransferQuickInput {
matchOnDescription?: boolean;
sortByLabel?: boolean;
matchOnDetail?: boolean;
sortByLabel?: boolean;
}
export interface TransferInputBox extends BaseTransferQuickInput {