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.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/src/ctx.ts b/editors/code/src/ctx.ts index f4f8c5b73e..51781b4205 100644 --- a/editors/code/src/ctx.ts +++ b/editors/code/src/ctx.ts @@ -43,8 +43,6 @@ export class Ctx { const res = new Ctx(config, extCtx, client, serverPath, statusBar); res.pushCleanup(client.start()); - res.pushCleanup(client.traceOutputChannel); - res.pushCleanup(client.outputChannel); await client.onReady(); client.onNotification(ra.serverStatus, (params) => res.setServerStatus(params)); return res; |