Enable VSCode Testing color output?
When using the Testing panel in VSCode, how can I enable color output in the Test Results terminal output? I've tried changing
but that hasn't worked. When I log the
settings.jsonbut that hasn't worked. When I log the
NO_COLOR env var in the test, it's "1" and the output is plain white. Is it a bug or am I missing something?