提交 f48b0f46 编写于 作者: R rebornix

fix integration tests.

上级 ccc6fe63
......@@ -1378,14 +1378,6 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
}
}, viewType, { ...notebookDocumentMetadataDefaults, ...modelData.metadata }, uri, this, storageRoot);
if (modelData.metadata) {
document.notebookDocument.metadata = {
...notebookDocumentMetadataDefaults,
...modelData.metadata
};
}
document.acceptModelChanged({
kind: NotebookCellsChangeType.Initialize,
versionId: modelData.versionId,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册