mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
cell metadata
This commit is contained in:
@@ -201,6 +201,7 @@ export class ExtHostNotebookDocument extends Disposable implements vscode.Notebo
|
||||
language: cell.language,
|
||||
cellKind: cell.cellKind,
|
||||
outputs: outputs,
|
||||
metadata: cell.metadata,
|
||||
isDirty: false
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user