1

When I run a Ruby test (minitest) automatically in VSCode by doing "run by language", the tests run but the outputs "ansi color codes" are displayed, as-is, instead of resulting in colorized output.

halfer
  • 19,824
  • 17
  • 99
  • 186
pitosalas
  • 10,286
  • 12
  • 72
  • 120
  • This may be relevant: [Can I display a file with ANSI color escape sequences in Visual Studio Code?.](https://stackoverflow.com/a/67651122/418950) – ScottWelker Jan 05 '22 at 23:38

1 Answers1

1

The setting in vscode "code-runner" preference seems to affect this. For me, when "run in terminal" is ON, then the ansi color codes work correctly. When that setting was OFF the color codes didn't work correctly.

pitosalas
  • 10,286
  • 12
  • 72
  • 120