提交 1c7510ca 编写于 作者: J Johannes Rieken

make sure to resolve notebook during cell content provide,...

make sure to resolve notebook during cell content provide, https://github.com/microsoft/vscode/issues/99148
上级 a80f904d
......@@ -360,7 +360,7 @@ class CellContentProvider implements ITextModelContentProvider {
return null;
}
const editorModel = this._notebookService.modelManager.get(data.notebook);
const editorModel = await this._notebookService.modelManager.resolve(data.notebook, info.id);
if (!editorModel) {
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册