This commit is contained in:
Sandeep Somavarapu
2018-09-26 16:19:07 +02:00
parent e02fad2a63
commit 5de0fbbb1d
5 changed files with 32 additions and 14 deletions

View File

@@ -305,7 +305,7 @@ export interface MainThreadOutputServiceShape extends IDisposable {
$register(label: string, log: boolean, file?: UriComponents): Thenable<string>;
$append(channelId: string, value: string): Thenable<void>;
$update(channelId: string): Thenable<void>;
$clear(channelId: string): Thenable<void>;
$clear(channelId: string, till: number): Thenable<void>;
$reveal(channelId: string, preserveFocus: boolean): Thenable<void>;
$close(channelId: string): Thenable<void>;
$dispose(channelId: string): Thenable<void>;