add NotebookDocument.save().

This commit is contained in:
rebornix
2021-02-18 11:50:25 -08:00
parent df04e1388d
commit 9c77f4d86a
6 changed files with 64 additions and 2 deletions

View File

@@ -715,6 +715,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
const that = this;
const document = new ExtHostNotebookDocument(
this._proxy,
this._documentsAndEditors,
{
emitModelChange(event: vscode.NotebookCellsChangeEvent): void {