mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
asWebvewUri requires guid.
This commit is contained in:
@@ -891,9 +891,11 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
|
||||
source: cell.source,
|
||||
outputs: transformedOutputs
|
||||
};
|
||||
})
|
||||
}),
|
||||
renderers: [] as number[]
|
||||
};
|
||||
|
||||
dto.renderers = [...renderers];
|
||||
return dto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user