You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the test provider is good, as well as code without the test provider (you can generate a renderer for the mime type x-application/github-issues that will render output from Joh's github issue notebooks)
Test that you can debug the client side code, that it hot reloads as you change it, and is sane overall.
The text was updated successfully, but these errors were encountered:
@connor4312 after quite some time, I was able to figure out how to port my kusto extension into the new model. I very much like the code now, but let's chat tomorrow to talk about this since its hard for me to file issues as opposed to share my experience.
I was able to complete the steps in the test item above, to the best of my knowledge. Everything was functional, but one recommendation - the user could benefit from more documentation/guidance, especially in the generated README.md. The README doesn't explain how to use the test provider, how to understand each component of the renderer, where to begin customizing, etc... Unless you have a firm understanding of notebook architecture and mime types going in (which may be the only intended audience), it's going to be a challenge to get up to speed.
Refs: #102644
Complexity: 3
Create Issue
This month we introduced the concept of a "pure" renderer which is solely a webview/iframe-side bundle using the i/o from the renderer API.
"webview.experimental.useIframes": true
is set to be able to test debuggingx-application/github-issues
that will render output from Joh's github issue notebooks)The text was updated successfully, but these errors were encountered: