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
A really interesting possibility for the $psEditor.VSCode API would be to provide integration with the new TextDocumentContentProvider API in VS Code. This API allows you to show an HTML-based preview of arbitrary content. This could enable PowerShell script authors to show UI or rendered data as a result of running a PowerShell script.
Some examples of this API being used in TypeScript:
This change adds new custom HTML content views which are driven by the
new HtmlContentView APIs in the PowerShellEditorServices.VSCode module.
These views allow the user to show a custom view with rendered HTML
content that can either be set or appended to using PowerShell cmdlets.
ResolvesPowerShell#191
This change adds new custom HTML content views which are driven by the
new HtmlContentView APIs in the PowerShellEditorServices.VSCode module.
These views allow the user to show a custom view with rendered HTML
content that can either be set or appended to using PowerShell cmdlets.
Resolves#191
A really interesting possibility for the
$psEditor.VSCode
API would be to provide integration with the new TextDocumentContentProvider API in VS Code. This API allows you to show an HTML-based preview of arbitrary content. This could enable PowerShell script authors to show UI or rendered data as a result of running a PowerShell script.Some examples of this API being used in TypeScript:
cc @dfinke
The text was updated successfully, but these errors were encountered: