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
I'd really like to have color-preserved/enabled text output from F#Make, but currently Console.BackgroundColor <- ConsoleColor.Blue; Console.WriteLine("hello world")
still comes out white on black. I've added the _runner flag to tasks.json which of course does nothing for ionide-fake.
I'd like some mechanism for color preserved or enabled text output or a way to have a fake build open up a shell window to stream the output to perhaps?
The text was updated successfully, but these errors were encountered:
somewhat based on: microsoft/vscode#243
I'd really like to have color-preserved/enabled text output from F#Make, but currently
Console.BackgroundColor <- ConsoleColor.Blue; Console.WriteLine("hello world")
still comes out white on black. I've added the
_runner
flag to tasks.json which of course does nothing for ionide-fake.I'd like some mechanism for color preserved or enabled text output or a way to have a fake build open up a shell window to stream the output to perhaps?
The text was updated successfully, but these errors were encountered: