mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
output: move show output to IOutputChannel
This commit is contained in:
@@ -98,7 +98,7 @@ export class MainThreadOutputService {
|
||||
}
|
||||
|
||||
public reveal(channel: string, preserveFocus: boolean): TPromise<void> {
|
||||
this._outputService.showOutput(channel, preserveFocus);
|
||||
this._outputService.getOutputChannel(channel).show(preserveFocus);
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user