How can I display ANSI colored logfile text in VS Code

Viewed 3269

When I open a log file in VS Code, it automatically colors words like "INFO" and "WARN". However, if there are ANSI colors inserted into the file, it can't parse it correctly and shows the following:

ANSI colors

Is there a way to correctly show the ANSI colors or atleast hide those characters so they don't get in the way?

1 Answers
Related