mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
typescript should not steel focus
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user