Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rchaganti/8c125d3b3d61fa94128314b384a750f0 to your computer and use it in GitHub Desktop.
Save rchaganti/8c125d3b3d61fa94128314b384a750f0 to your computer and use it in GitHub Desktop.
#Show the HTML preview
$view = New-VSCodeHtmlContentView -Title "TestHTML" -ShowInColumn One
Set-VSCodeHtmlContentView -View $view -Content "<h1>Test Output</h1>"
Write-VSCodeHtmlContentView $view -Content "Hello, World!<br />"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment