I\'m having issues re-running a python script using the \"Run Python File in Terminal\". I come from a Sublime Text 3 background. In sublime, I usually run some code that render
It sounds like Sublime Text creates a new terminal on every execution while VS Code reuses the same terminal to save the cost/overhead of the recreation. If you need to compare two terminals simultaneously you can launch multiple terminals in VS Code and copy-and-paste the execution line from one terminal and paste it into the other.