debt - remove TPromise from ExtHostQuickOpenShape#$validateInput

This commit is contained in:
Johannes Rieken
2018-09-06 12:54:02 +02:00
parent 4631bf9649
commit 273b697419
3 changed files with 6 additions and 6 deletions

View File

@@ -854,7 +854,7 @@ export interface ExtHostLanguageFeaturesShape {
export interface ExtHostQuickOpenShape {
$onItemSelected(handle: number): void;
$validateInput(input: string): TPromise<string>;
$validateInput(input: string): Thenable<string>;
$onDidChangeActive(sessionId: number, handles: number[]): void;
$onDidChangeSelection(sessionId: number, handles: number[]): void;
$onDidAccept(sessionId: number): void;