mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
rename viewType to notebookType, https://github.com/microsoft/vscode/issues/122922
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user