Visual Studio Code – Trying to follow along with VSC docs on creating a simple Flask app with Python and cannot get it to run. What Am I doing wrong?
I am following along with this tutorial on creating a simple flask app with VSC and cannot get app.py to run at all. The author instructs "In the Integrated Terminal, run the app by entering python -m flask run, which…