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

Browse files option file picker filters to .exe #286

Closed rzhao271 closed 3 months ago

rzhao271 commented 3 months ago

Testing #280

For scenario 3 on Windows, the file picker filters to .exe when browsing files to use for the Flask App. I was expecting it to filter to .py instead so that I can select app.py.