In VS Code (VSCodium to be specific), when I click on "Run Python file in terminal" - the little green arrow top right - the same terminal is used for multiple processes. I'd like to run multiple Python processes in parallel. Currently, the only way is to open a new terminal inside VS Code and run the desired file manually by entering its path. Is it possible to reconfigure the "Run" button so that a new terminal will be opened where the current file that's open in the editor gets started?
