'Problems importing request and session from flask
Solution 1:[1]
In the Integrated Terminal, run the app by entering , which runs the Flask development server. The development server looks for by default. When you run Flask, you should see output similar to the following:python -m flask runapp.py
To open your default browser to the rendered page, Ctrl+click the URL in the terminal.http://127.0.0.1:5000/
You can refer to the document of flask in vscode for more details
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MingJie-MSFT |

