Before I say anything, I want to make it clear that I am not talking about the debug menu, I am talking about this button:

When I press that run button in a different python file, in the same workspace, it'll try to run that file which I don't want. I want it to always run the main python file. (main.py for me)
I had a look at this post, but adding a launch.json to the .vscode folder didn't help.
So how do I make that Run button always execute main.py?
CMD Palletsas it allows me to select specific files for testing and if you're writingTDDorBDDcode you'll need to run the code manually anyways.