Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support color output (or redirect to terminal just like vscode's tasks does) #24

Open
ImaginaryDevelopment opened this issue May 4, 2017 · 2 comments

Comments

@ImaginaryDevelopment
Copy link

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?

@ghost
Copy link

ghost commented May 5, 2017

@ImaginaryDevelopment You can just install output-colorizer extension.

capture

@batjko
Copy link

batjko commented Jan 17, 2018

@yielder Doesn't seem to work for me. In fact none of my Output gets colorized for any of these:

image

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

No branches or pull requests

2 participants