debt - less asWinJsPromise-usage, #56137

This commit is contained in:
Johannes Rieken
2018-09-05 11:04:12 +02:00
parent 37b44d383a
commit 81ab31f5f1
3 changed files with 5 additions and 5 deletions

View File

@@ -971,7 +971,7 @@ export type DecorationData = [number, boolean, string, string, ThemeColor, strin
export type DecorationReply = { [id: number]: DecorationData };
export interface ExtHostDecorationsShape {
$provideDecorations(requests: DecorationRequest[]): Thenable<DecorationReply>;
$provideDecorations(requests: DecorationRequest[], token: CancellationToken): Thenable<DecorationReply>;
}
export interface ExtHostWindowShape {