Out of the blue my Python files are not executable from within VScode anymore. When I click the play button nothing happens. Additionally the purple bar at the bottom is now blue but other than that there were no changes.
I tried reinstalling Python for all users and VScode with no success. I checked the Path
variable in Windows. Looks right.
Python is shown as interpreter in VScode. My imports work. I just can´t execute any code.
python --version
shows the correct Python version. pip also works. Sys Path:
C:\Program Files\Python311\Scripts
Does someone have troubleshooting suggestions?