ts - also disable channel reveal when using trace

This commit is contained in:
Johannes Rieken
2016-08-25 11:15:44 +02:00
parent d1c097c4dc
commit 77e2cf8c43

View File

@@ -208,7 +208,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
if (data) {
this.output.appendLine(this.data2String(data));
}
this.output.show(true);
// this.output.show(true);
}
private get packageInfo(): IPackageInfo {