Support searching the marketplace for compatible notebook renderers #159
connor4312
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following microsoft/vscode#119899, there is a structure in the package.json which looks like:
VS Code will know the
mimeType
and availablekernelProvides
list. We need to be able to issue a query which will return:mimeType
in its list ofcontributes.notebookOutputRenderer.mimeTypes
list,dependencies
list which does not include anything in thekernelProvides
listIn pseudo-code:
We will then be able to show a helpful hint in VS Code if there are no renderers for a mimeType.
Beta Was this translation helpful? Give feedback.
All reactions