Skip to content
New issue

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

Test notebook serializer API #122210

Closed
2 tasks done
jrieken opened this issue Apr 26, 2021 · 2 comments
Closed
2 tasks done

Test notebook serializer API #122210

jrieken opened this issue Apr 26, 2021 · 2 comments

Comments

@jrieken
Copy link
Member

jrieken commented Apr 26, 2021

Refs: #119089

Complexity: 3

Create Issue


We have added a new notebook serializer API. It allows you to implement a simple read/write but no execute notebook in VS Code. Focus on the following two APIs

  • in package.json use the notebookProvider contribution points
  • in your extension use the vscode.notebook.registerNotebookSerializer API

If you have time write a simple extension or review the regex notebook extension. When using the API make sure that

  • the API works
  • the API is easy to use and properly documented
@jrieken jrieken added this to the April 2021 milestone Apr 26, 2021
@jrieken
Copy link
Member Author

jrieken commented Apr 26, 2021

fyi - use the vscode-dts-utility to use the latest version of vscode.proposed.d.ts

@JacksonKearl
Copy link
Contributor

JacksonKearl commented Apr 27, 2021

Wasn't able to get it working with untitled notebooks, that seems to be a separate issue with working copy service. Other than that it's nice to use and sure beats registerNotebookContentProvider

@JacksonKearl JacksonKearl removed their assignment Apr 28, 2021
@alexdima alexdima removed their assignment Apr 29, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jun 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants