Hi All,
I recently switched to using platformIO for an embedded project and in general it has been great. However, while testing, there is one minor thing that is a bit odd.
Working with the VSCode Platform IO extension, the output of my tests is a little funky. When errors, test results, or other information is printed in the terminal, nothing ends up being printed on a new line, instead, it seems to be offset by a set amount. Here is an example:
Oddly enough, this only happy while testing. When I compile the main library, the output in the terminal works fine.
I am working on a Mac (OS 14.6) and am using the unity testing framework. It also doesn’t seem to be a problem if I try it on friends’ Windows machines.