microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
41 stars 17 forks source link

should not show `app.py` unless it exists in the workspace #285

Open meganrogge opened 3 months ago

meganrogge commented 3 months ago

Testing #280

I don't have this file in my workspace. Thus, I don't think this should be an option, as it would confuse beginner users.

Image