提交 35a1137a 编写于 作者: R rebornix

Re #103881.

上级 d8463db6
......@@ -426,7 +426,18 @@ export class NotebookService extends Disposable implements INotebookService, ICu
cell.language,
cell.cellKind,
[],
cell.metadata
{
editable: cell.metadata?.editable,
runnable: cell.metadata?.runnable,
breakpointMargin: cell.metadata?.breakpointMargin,
hasExecutionOrder: cell.metadata?.hasExecutionOrder,
executionOrder: cell.metadata?.executionOrder,
statusMessage: cell.metadata?.statusMessage,
lastRunDuration: cell.metadata?.lastRunDuration,
inputCollapsed: cell.metadata?.inputCollapsed,
outputCollapsed: cell.metadata?.outputCollapsed,
custom: cell.metadata?.custom
}
);
} else {
return cell;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册