We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Write-Verbose -verbose "verbose";Write-Output "out"
$PSVersionTable
$PSStyle.Formatting.Warning = $PSStyle.Background.Magenta + $PSStyle.Foreground.Yellow + $PSStyle.Bold + $PSStyle.Italic Write-Warning "Colours!"
and something like this:
Notice the yellow:
Name Value ---- ----- PSVersion 7.2.0-preview.2 PSEdition Core GitCommitId 7.2.0-preview.2 OS Microsoft Windows 10.0.19042 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
Simple repro
expected output
Actual results
VSCode reproduce
$PSVersionTableExpected behavior
and something like this:
Actual behavior
Notice the yellow:
Environment data