print statements in a python script are not showing up synchronously (when they are run from the script) but they show up together when the script ends its execution. I could try to replace "print" ...
As part of the Python extension's testing infrastructure overhaul, the testing output has also undergone a redesign to improve the compatibility with VS Code tools and its interface. Previously, all ...