re #102503. send out save event after notebook content provider handles saving.

This commit is contained in:
rebornix
2020-08-03 15:12:15 -07:00
parent ccb2e9621f
commit 2d3d5208de
5 changed files with 37 additions and 19 deletions

View File

@@ -305,6 +305,10 @@ export class MainThreadNotebooks extends Disposable implements MainThreadNoteboo
this._proxy.$acceptNotebookActiveKernelChange(e);
}));
this._register(this._notebookService.onNotebookDocumentSaved(e => {
this._proxy.$acceptModelSaved(e);
}));
const updateOrder = () => {
let userOrder = this.configurationService.getValue<string[]>('notebook.displayOrder');
this._proxy.$acceptDisplayOrder({