-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test renderer messaging API #125016
Comments
Link to API to be reviewed: https://github.com/microsoft/vscode/blob/main/src/vs/vscode.proposed.d.ts#L1471 |
I reviewed this API and used it very basically. I think it would be more useful if potential clients of the API also provide their real world feedback. |
I also tested it pretty basically in the github-issues-notebook extension, so I agree with the comment above that it would be helpful if potential users are to try it. |
Refs: #123601
Complexity 4
Create Issue
Renderers do not use standard webview messaging, so we created a new messaging channel for them to talk to the extension. Messaging must be requested statically and is opt-in, since renderers which have a hard dependency on messaging will not be usable in aznb.
You can test this functionality with an existing renderer-bearing extension, like github-issues-notebooks, or create your own renderer via
npm install -g generator-code && yo code --insiders
The text was updated successfully, but these errors were encountered: