Jupyter notebooks don't support onWillSaveTextDocument, but do support the newly-introduced onWillSaveNotebookDocument (see https://github.com/microsoft/vscode/issues/157844). Could you add support for this? If I understand correctly, it's just a matter of adding a few lines to src/extension.ts.
Jupyter notebooks don't support
onWillSaveTextDocument
, but do support the newly-introducedonWillSaveNotebookDocument
(see https://github.com/microsoft/vscode/issues/157844). Could you add support for this? If I understand correctly, it's just a matter of adding a few lines tosrc/extension.ts
.