mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
@@ -28,6 +28,7 @@ export namespace NotebookDto {
|
||||
return {
|
||||
cellKind: cell.cellKind,
|
||||
language: cell.language,
|
||||
mime: cell.mime,
|
||||
source: cell.source,
|
||||
internalMetadata: cell.internalMetadata,
|
||||
metadata: cell.metadata,
|
||||
@@ -61,6 +62,7 @@ export namespace NotebookDto {
|
||||
return {
|
||||
cellKind: cell.cellKind,
|
||||
language: cell.language,
|
||||
mime: cell.mime,
|
||||
source: cell.source,
|
||||
outputs: cell.outputs.map(fromNotebookOutputDto),
|
||||
metadata: cell.metadata,
|
||||
|
||||
Reference in New Issue
Block a user