We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing #122210
This is likely not related to registerNotebookSerializer itself, but a pattern I had previously used for opening a new untitled notebook was:
registerNotebookSerializer
await vscode.commands.executeCommand('workbench.action.files.newUntitledFile', { "viewType": "handydandy-notebook" });
this now gives error:
The text was updated successfully, but these errors were encountered:
Extension repo: JacksonKearl/vscode-handydandy-notebook@9c0f86c
Sorry, something went wrong.
/duplicate #121974
bpasero
No branches or pull requests
Testing #122210
This is likely not related to
registerNotebookSerializer
itself, but a pattern I had previously used for opening a new untitled notebook was:this now gives error:
The text was updated successfully, but these errors were encountered: