This commit is contained in:
Johannes Rieken
2021-05-31 15:55:15 +02:00
parent 220f89ba3c
commit f2fb2b8cbe
9 changed files with 44 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ abstract class MainThreadKernel implements INotebookKernel {
constructor(data: INotebookKernelDto2, private _modeService: IModeService) {
this.id = data.id;
this.viewType = data.viewType;
this.viewType = data.notebookType;
this.extension = data.extensionId;
this.implementsInterrupt = data.supportsInterrupt ?? false;