-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugKeepOpenThe bot will ignore these and not auto-closeThe bot will ignore these and not auto-closeUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Engine-Format
Description
Summary of the new feature / enhancement
The $PSStyle variable allows us to set the color of most output streams, which only excludes Progress, Information, and Output. During development, I tend to set $global:DebugPreference = $global:VerbosePreference = $global:InformationPreference = 'Continue'. To distinguish from output I would like to be able to set a different default color for the Information stream, as otherwise it shows up in the console amongst any output that is being returned by an invocation and I visually perceive it as a string that leaked out of my function.
Proposed technical implementation details (optional)
No response
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugKeepOpenThe bot will ignore these and not auto-closeThe bot will ignore these and not auto-closeUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Engine-Format