提交 63d293ee 编写于 作者: S Sandeep Somavarapu

Revert "Focus output panel"

This reverts commit da0b5744.
上级 da0b5744
......@@ -507,7 +507,7 @@ export class OutputService extends Disposable implements IOutputService, ITextMo
if (panel && panel.getId() === OUTPUT_PANEL_ID) {
this._outputPanel = <OutputPanel>this.panelService.getActivePanel();
if (this.activeChannel) {
return this.doShowChannel(this.activeChannel, false);
return this.doShowChannel(this.activeChannel, true);
}
}
return TPromise.as(null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册