mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Add option to skip sorting QuickPick items (#73904)
This commit is contained in:
@@ -475,9 +475,9 @@ export interface TransferQuickPick extends BaseTransferQuickInput {
|
||||
|
||||
matchOnDescription?: boolean;
|
||||
|
||||
sortByLabel?: boolean;
|
||||
|
||||
matchOnDetail?: boolean;
|
||||
|
||||
sortByLabel?: boolean;
|
||||
}
|
||||
|
||||
export interface TransferInputBox extends BaseTransferQuickInput {
|
||||
|
||||
Reference in New Issue
Block a user