VS Code: clickable paths for unit test failures

In VS Code, having clickable and color-highlighted paths for stack traces is incredibly helpful in the REPL and some other contexts - but unfortunately for unit test failures (when running from the Testing pane), the error output is just plain-text with no highlighting or clickability.

Does anyone have a technique for navigating stack trace output in failing unit tests and getting to various level in the stack for where the error happened?

5 Likes