mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
ts - also disable channel reveal when using trace
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user