You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension version (available under the Extensions sidebar): 2019.1.0
OS and version: macOS Sierra 10.12.6
Python version (& distribution if applicable, e.g. Anaconda): 3.7.2
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): pipenv
Relevant/affected Python packages and their versions: flask 1.0.2
I'm going to skip the expected and actual behaviour, because I'm pretty sure there is just something wrong with my machine all of the sudden, because this exact configuration works 30 minutes ago.
I run the debugger, I see it launch, and then it just falls back to the shell silently. Nothing in the debug console, nothing in output, nothing in problems.
Maybe someone has had this issue before
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Environment data
I'm going to skip the expected and actual behaviour, because I'm pretty sure there is just something wrong with my machine all of the sudden, because this exact configuration works 30 minutes ago.
I run the debugger, I see it launch, and then it just falls back to the shell silently. Nothing in the debug console, nothing in output, nothing in problems.
Maybe someone has had this issue before
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)And I do have an app.py in the root that is the flask app
The text was updated successfully, but these errors were encountered: