so I'm running python on studio visual code with the extension code runner.
As you can see I have a file named fart.py, I'm running the output to the terminal because I'm handling user input. But whenever I run the code it doesn't refresh so I have everything from previous runs, and it gives me the path information ( PS C:\Users\Pluto\OneDrive\Desktop\python stuff> & C:/Users/Pluto/AppData/Local/Programs/Python/Python311/python.exe "c:/Users/Pluto/OneDrive/Desktop/python stuff/fart.py" ).
I don't want to see the paths and I would like to have the terminal refresh every time I run some code. I've looked around online, looked through the settings and I can't really find anything. Thanks for the help.