microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
290 stars 131 forks source link

Update initial launch.json for Python to use debugpy #4096

Closed MSFTJade closed 2 months ago

MSFTJade commented 2 months ago

The type "python" is being deprecated for the "attach" request in the launch.json and is being replaced with "debugpy" instead. This pull requests updates the debug config for Python to use this new "debugpy".

nturinski commented 2 months ago

Thanks for the contribution and keeping us up to date 🙂