simc / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
1.07k stars 129 forks source link

Colors not showing on VS Code debug console #43

Closed miguelpruivo closed 4 years ago

miguelpruivo commented 4 years ago

Hi, I'm not quite sure if this is an issue with the package itself or some VS Code update, but lately, colors have not being present on debug console. Do you have an idea why?

Thank you.

haarts commented 4 years ago

There were colours previously? That's odd. VS Code never displayed any colours because that term is not able to handle ANSI escape codes.

miguelpruivo commented 4 years ago

Yes. Mine had colors for a while. Something have changed it.

haarts commented 4 years ago

Have a look at the solution in #2. At some point I really want to make this work in the various IDEs but I have no easy solution.