-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Generated template for custom notebook renderers won't compile #125196
Comments
thanks, looks like several updatees are needed. I recommend using the github-issues-notebook as a sample/starter for verification purposes |
@tanhakabir Where do those template come from? |
generator-code, I haven't pushed an update for the serializer/kernel yet since we'll be pushing the API onto stable soon, but the renderer should work. I can check |
@tanhakabir I think you resolved this with the onboarding work last iteration? |
Looks like it microsoft/vscode-generator-code@4da9eda |
@TylerLeonhardt I think that's a good idea, the trouble is that if the user doesn't have a notebook capable of outputting the given mimetype already then they can't see their renderer. I know we're talking about having a built-in ipynb deserializer, though it looks like that doesn't exist yet. @rebornix is that still the plan? If so we can include a |
We have the ipynb serialzier shipped with the coming VS Code Stable. |
Oh, sweet! I see it now, I was a couple Insiders behind on my home PC. |
Testing #125016
When I generate the template extension code using
![image](https://user-images.githubusercontent.com/31675041/120395457-4165d900-c2f2-11eb-8f3d-c500ec83d3b0.png)
npm install -g generator-code && yo code --insiders
, I get an error inclient/index.ts
The text was updated successfully, but these errors were encountered: