connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
48 stars 7 forks source link

Support ANSI colors in test failures output #27

Closed rluvaton closed 6 months ago

rluvaton commented 7 months ago

if an error throws that uses ANSI color it will not be colored (expect package for example colorize the output)

image

connor4312 commented 6 months ago

Implemented upstream in https://github.com/microsoft/vscode/pull/207852

rluvaton commented 6 months ago

Thanks, that is even better solution!