There was an error while loading. Please reload this page.
1 parent 6331e1d commit 395bb2eCopy full SHA for 395bb2e
vscode.proposed.d.ts
@@ -567,6 +567,7 @@ declare module 'vscode' {
567
568
export const onDidOpenNotebookDocument: Event<NotebookDocument>;
569
export const onDidCloseNotebookDocument: Event<NotebookDocument>;
570
+export const onDidSaveNotebookDocument: Event<NotebookDocument>;
571
572
/**
573
* All currently known notebook documents.
0 commit comments