You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Apologies for the delay. I was going through some personal issues. I have published a new version after testing on my MacBook Pro. Please confirm if the issue is solved.
@mjbvz Thank you for taking the time to point me in the right direction
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#62630We'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 fixpreviewHtml
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
The text was updated successfully, but these errors were encountered: