createRendererMessaging
Creates a new messaging instance used to communicate with a specific renderer.
Note 1: Extensions can only create renderer that they have defined in their
package.json
-fileNote 2: A renderer only has access to messaging if
requiresMessaging
is set toalways
oroptional
in itsnotebookRenderer
contribution.
Parameters
rendererId
The renderer ID to communicate with