This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Support searching the marketplace for compatible notebook renderers #60
Labels
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: