Support searching the marketplace for compatible renderers #121222
Labels
feature-request
Request for new features or functionality
marketplace
Microsoft VS Code Marketplace issues
notebook-output
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
upstream-issue-linked
This is an upstream issue that has been reported upstream
Milestone
Following #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: