提交 4a25cec5 编写于 作者: J Johannes Rieken

typescript should not steel focus

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