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
We have a new command to preview html for physical (living on disk) or virtual files. The command is called vscode.previewHtml and expects the uri of the resource to preview (sample).Test that:
you can preview full html documents (head & body) as well as body or content only documents
there is reasonable default theming
the command checks that you pass a uri
the preview reacts to resource changes
the preview can be rearranged.
the preview can run script but can't do harm
The text was updated successfully, but these errors were encountered:
We have a new command to preview html for physical (living on disk) or virtual files. The command is called
vscode.previewHtml
and expects the uri of the resource to preview (sample).Test that:The text was updated successfully, but these errors were encountered: