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
Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here
1.13.1
379d2efb5539b09112c793d3d9a413017d736f89
ms-vscode.PowerShell@1.4.0
Name Value
---- -----
PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.18063
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
When using the new Write-VSCodeHtmlContenView cmdlet the parameter AppendBodyContext does not accept input from the pipeline.
Would it not be possible to use an object from Convertto-HTML as input for this Cmdlet directly via the Pipeline?
Example feature request:
Get-Service | Select Name, Status | Write-VSCodeHtmlContentView -View $View
Attached Logs
Not applicable
The text was updated successfully, but these errors were encountered:
daviwil
changed the title
Write-VSCodeHtmlContentView appendbodycontent as pipeline input
Write-VSCodeHtmlContentView AppendBodyContent should accept pipeline input
Jun 22, 2017
This change adds the ValueFromPipeline setting to the
AppendedHtmlBodyContent parameter of the Write-VSCodeHtmlContentView
cmdlet so that pipeline output can be written out to an HtmlContentView
with ease.
ResolvesPowerShell/vscode-powershell#909.
This change adds the ValueFromPipeline setting to the
AppendedHtmlBodyContent parameter of the Write-VSCodeHtmlContentView
cmdlet so that pipeline output can be written out to an HtmlContentView
with ease.
ResolvesPowerShell/vscode-powershell#909.
System Details
$PSVersionTable
:Name Value
PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.18063
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
When using the new Write-VSCodeHtmlContenView cmdlet the parameter AppendBodyContext does not accept input from the pipeline.
get-command Write-VSCodeHtmlContentView -syntax
Write-VSCodeHtmlContentView [-HtmlContentView] [-AppendedHtmlBodyContent] []
Would it not be possible to use an object from Convertto-HTML as input for this Cmdlet directly via the Pipeline?
Example feature request:
Get-Service | Select Name, Status | Write-VSCodeHtmlContentView -View $View
Attached Logs
Not applicable
The text was updated successfully, but these errors were encountered: