Skip to content

Conversation

@daviwil
Copy link
Contributor

@daviwil daviwil commented Aug 22, 2017

This change resolves PowerShell/vscode-powershell#637 which reports that
on Linux and macOS the input prompt is printed out with a black
background, overriding the console's default background color. The
fix is to use a System.ConsoleColor of -1 as the default rather than
System.ConsoleColor.Black so that .NET's console library will not
override the console's background color.

This change resolves PowerShell/vscode-powershell#637 which reports that
on Linux and macOS the input prompt is printed out with a black
background, overriding the console's default background color.  The
fix is to use a System.ConsoleColor of -1 as the default rather than
System.ConsoleColor.Black so that .NET's console library will not
override the console's background color.
@daviwil daviwil added this to the 1.5.0 milestone Aug 22, 2017
@daviwil daviwil merged commit b536aff into PowerShell:master Aug 22, 2017
@daviwil daviwil deleted the fix-vsc-637 branch August 22, 2017 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prompt written on Linux or macOS has black background

2 participants