Did the west build tool change on its own overnight?

47 Views Asked by At

I'm writing programs for nRF52 using nRF Connect and Zephyr. From last night to this morning I have noticed a change in the output of the build tool. Obviously i can not make a screenshot of what it used to look like, but this Dev Academy article from Nordic Semi has a screenshot: enter image description here

All the targets are listed in separate lines, one can see beautifully what's going on. This was the case last night before I went to sleep. I did not update anything, I didn't even turned off my PC, VS Code was left open, nobody has touched anything. Now the output looks like this:

enter image description here

Please note, this is not the same build, don't worry about the sizes. It's about the fact that now I have no idea that the 197 build items are, because they are all in one line. How did that suddenly change?

And my question is not what I can do now to see the different targets, I don't want to know what command line switch would do that. What I don't get is how it is possible that today it is different than it was last night?? Oh, and it's Linux, so no windows update overnight or anything like that. I don't have any automatic update.

Any ideas? (I actually would like the old output back)

0

There are 0 best solutions below