I have been using Visual Studio Code with the Microsoft Python extension for a couple of months now. However, just today I found that the green button I had in the top right that executed my code is gone. I have tried uninstalling the Python extension and reinstalling, I have deleted and redownloaded Visual Studio Code, I have tried installing code runner. None of these have fixed the issue.
This is the image of my Visual Studio Code, which may help to solve the issue:
When I tried to select the Python: select interpreter I got an error in the bottom right that says,
"Command 'Python: Select Interpreter' resulted in an error (command 'python.setInterpreter' not found)"

