Renderer messaging: do not use generics #125086
Labels
insiders-released
Patch has been released in VS Code Insiders
notebook
polish
Cleanup and polish issue
under-discussion
Issue is under discussion for relevance, priority, approach
Milestone
Testing #125016
Currently in the renderer messaging api we use
<TSend = any, TReceive = TSend>
. I suggest to instead simply useany
since we already use that in other messaging api we have: debug protocol and for theWebView
.The text was updated successfully, but these errors were encountered: