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

Launch config suggests `manage.py` as the default despite no such file in workspace. #281

Closed bhavyaus closed 3 weeks ago

bhavyaus commented 3 months ago

Testing #279

Found when verifying the below steps from the issue mentioned ^

Invalid django file (you can delete or change the name of the file) Since no file was found, verify that a Default option is displayed. Select this option and verify that a launch.json configuration is created with the choose option.

paulacamargo25 commented 3 weeks ago

That was the default behavior, so we decided to keep it.