I write Python scripts using Visual Studio Code. When I run a script using CodeRunner, the output is nicely spaced and separated from output of previous runs, like this:
But, when I use the Python extension, the script runs in the terminal and appears much more cluttered:
There is no separation between runs, and it is much harder to read.
Is it possible, with the VSCode Python extension, to get the same nicely-formatted execution output as with CodeRunner?