-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
TypeScript, mocha, chalk doesn't output color to debug console? #4755
Comments
Duplicate of #571 |
Hi @Tyriar! I appreciate the quick response. Does that really apply if it works in 0.10.11 already but does not work in the 0.10.12-insiders version? |
@bill-mybiz oh sorry, misread, didn't think it was a regression? |
@Tyriar Yeah I think I would consider it a regression, but I'm not sure if it would be a regression in VS Code per se or if it's something that breaks chalk and possibly others. I just know that for tracing asynchronous code, the console coloring has been a Godsend as I'm able to match interspersed log entries extremely efficiently. |
@bpasero I think this is the output window. |
In my 0.10.11 version, chalk console logging using chalk works. In the 0.10.12-insider version it doesn't.
Steps to Reproduce:
import chalk = require('chalk');
console.log(chalk.magenta('some text'));
The text was updated successfully, but these errors were encountered: