提交 f3ad0f68 编写于 作者: D Dirk Baeumer

Don't bring output window to front if error gets logged.

上级 d3e54fd2
......@@ -199,7 +199,8 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
if (data) {
this.output.appendLine(this.data2String(data));
}
this.output.show(true);
// VersionStatus.enable(true);
// this.output.show(true);
}
private logTrace(message: string, data?: any): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册