From 42d39189750f58af07441195dfb4b543d424811e Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Sat, 28 May 2022 11:33:54 +1000 Subject: [PATCH] Misc --- src/notebooks/execution/kernelExecution.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notebooks/execution/kernelExecution.ts b/src/notebooks/execution/kernelExecution.ts index 8804043d33fe..ba8062ada5d5 100644 --- a/src/notebooks/execution/kernelExecution.ts +++ b/src/notebooks/execution/kernelExecution.ts @@ -57,6 +57,7 @@ export class KernelExecution implements IDisposable { context, formatters ); + this.disposables.push(requestListener); this.executionFactory = new CellExecutionFactory(controller, requestListener); }