mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Pass cell metadata and execution summary
This commit is contained in:
@@ -29,6 +29,8 @@ export namespace NotebookDto {
|
||||
cellKind: cell.cellKind,
|
||||
language: cell.language,
|
||||
source: cell.source,
|
||||
internalMetadata: cell.internalMetadata,
|
||||
metadata: cell.metadata,
|
||||
outputs: cell.outputs.map(toNotebookOutputDto)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user