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

Add `autoStartBrowser` as default value #227

Closed paulacamargo25 closed 4 months ago

paulacamargo25 commented 4 months ago

Testing #221

Add value "autoStartBrowser": false as default to Django and Flask config.

paulacamargo25 commented 4 months ago

Closed in: https://github.com/microsoft/vscode-python-debugger/pull/229

paulacamargo25 commented 4 months ago

Just create a Python Debugger configuration for Django/ Flask, the value "autoStartBrowser": false should be added automatically.