Closed venaturum closed 2 years ago
Busy these days, will fix it soon.
I know the feeling 😆
Thanks!
Hi, venaturum, I checked the new vscode API at: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode, but didn't find an API like onDidSaveNotebookDocument
.
A similar API that's available is vscode.workspace.onDidCloseNotebookDocument
, but I guess it can't work.
My bad, looks like it's proposed API
OK, I guess we should just leave this issue here and wait for the API released.
I recently came up with the same problem and I created an issue in the VSCode github repo for that. Please upvote there!
Voted
Close it, never mind to reopen after everything is ready.
Looks like it may need to listen for event onDidSaveNotebookDocument ?