I'm trying to launch a python script on windows command prompt, but instead of it doing it, it opens the script on vscode instead. I searched the options in vscode and didn't find anything. How can I stop this behavior?
SOLVED
I simply changed the default program for .py files
PATHEXTenvironment variable to include.PYextension. Then you can execute python scripts directly with./my_script.py