Skip to content
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

Update to latest VSC API #23

Merged
merged 5 commits into from
Sep 25, 2020
Merged

Update to latest VSC API #23

merged 5 commits into from
Sep 25, 2020

Conversation

DonJayamanne
Copy link
Contributor

Updates to latest API


ReactDOM.render(React.createElement(CellOutput, { mimeType, output }, null), container);
ReactDOM.render(React.createElement(CellOutput, { mimeType: request.mimeType, output }, null), request.element);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh no cellOutput is still used. We need the changes made to our rendering code ported as well.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file here probably needs some changes to get escaping to work correctly. I'll add an issue

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll create a seprate issue for that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rchiodo I have added an issue for this & made a reference to the original PR you submitted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants