Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Upgrade to VS Code's webview API #701

Closed
mjbvz opened this issue Nov 6, 2018 · 2 comments
Closed

Upgrade to VS Code's webview API #701

mjbvz opened this issue Nov 6, 2018 · 2 comments
Assignees

Comments

@mjbvz
Copy link

mjbvz commented Nov 6, 2018

Hi, I'm on the VS Code team. I noticed that your extension uses the vscode.previewHtml command which is deprecated and which we are actively working to remove: microsoft/vscode#62630

We've developed a webview API that provides a much better developer experience and offers a number of important security and compatibility benefits over previewHtml. We cannot fix previewHtml without breaking backwards compatibility, and have instead opted to remove it.

To ensure that your extension continues to work properly in VS Code, please try upgrading to use the new Webview API. You can find documentation on the API usage here. Let me know if you have any questions or concerns about this migration

@Sneezry Sneezry self-assigned this Nov 7, 2018
@Sneezry
Copy link
Member

Sneezry commented Nov 7, 2018

Thanks for the information!

@czgtest
Copy link
Contributor

czgtest commented Nov 22, 2018

This feature is already online on Arduino v0.2.23

@czgtest czgtest closed this as completed Nov 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants