remove PProgress from QuickInput

related to #53487
This commit is contained in:
Joao Moreno
2018-07-05 10:05:27 +02:00
parent 11c5b9381b
commit f114b9750a
4 changed files with 19 additions and 16 deletions

View File

@@ -402,7 +402,7 @@ export interface TransferInputBox extends BaseTransferQuickInput {
}
export interface MainThreadQuickOpenShape extends IDisposable {
$show(options: IPickOptions): TPromise<number | number[]>;
$show(options: IPickOptions<TransferQuickPickItems>): TPromise<number | number[]>;
$setItems(items: TransferQuickPickItems[]): TPromise<any>;
$setError(error: Error): TPromise<any>;
$input(options: vscode.InputBoxOptions, validateInput: boolean): TPromise<string>;