Adopt the new vscode notebookWorkspaceEdit API proposal
👋 We're currently working to finalize VS Code apis for editing notebooks. As part of this work, we've deprecated the notebookEditorEdit API proposal and have replaced it with a new notebookWorkspaceEdit proposal
This proposal should offer the same functionality as the old API, but expresses it differently.
However before finalizing this new API, we'd like to hear your feedback about it. Please try migrating to the new notebookWorkspaceEdit API and let me know if you run into any problems or have any concerns
If everything looks good with the notebookWorkspaceEdit proposal, please go ahead and check in the migration to the new API so we can eventually remove the old, now deprecated notebookEditorEdit proposal
See https://github.com/microsoft/vscode/issues/149181 for details