cleabn up

This commit is contained in:
Sandeep Somavarapu
2022-02-09 15:09:53 +01:00
parent c4e265c947
commit d20ffc5f82
7 changed files with 29 additions and 26 deletions

View File

@@ -410,7 +410,7 @@ export interface MainThreadMessageServiceShape extends IDisposable {
}
export interface MainThreadOutputServiceShape extends IDisposable {
$register(label: string, log: boolean, file: UriComponents, languageId: string, extensionId: string): Promise<string>;
$register(label: string, log: boolean, file: UriComponents, languageId: string | undefined, extensionId: string): Promise<string>;
$update(channelId: string, mode: OutputChannelUpdateMode, till?: number): Promise<void>;
$reveal(channelId: string, preserveFocus: boolean): Promise<void>;
$close(channelId: string): Promise<void>;