Skip to content

Warning stream color #2317

Closed
Closed
@DarkLite1

Description

@DarkLite1

Currently when running the code below the colors for the Verbose and Warning stream are exactly the same. Would it be possible to have a different color for Warning, just like in the PowerShell ISE?

$VerbosePreference = 'Continue'
Write-Verbose 'this is verbose text'
Write-Warning 'this is warning text'
Write-Verbose 'this is verbose text'

Results in:
image

Probably #594 is related.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions