Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/src/ctx.ts')
-rw-r--r--editors/code/src/ctx.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/src/ctx.ts b/editors/code/src/ctx.ts
index d6cee5c8fc..1860924c6d 100644
--- a/editors/code/src/ctx.ts
+++ b/editors/code/src/ctx.ts
@@ -187,6 +187,11 @@ export class Ctx {
this.setServerStatus(params)
)
);
+ this.pushClientCleanup(
+ this._client.onNotification(ra.openServerLogs, () => {
+ this.outputChannel!.show();
+ })
+ );
}
return this._client;
}