The "python" configuration in launch.json is deprecated, as well, and should be changed to debugpy.
We've tested a new launch.json and it looks to be working but we will want to do a little bit more testing, and ensure it's working for both RQ and Django.
The debugging configuration mentioned here no longer seems to be working to debug Django.
The
"python"
configuration inlaunch.json
is deprecated, as well, and should be changed todebugpy
.We've tested a new
launch.json
and it looks to be working but we will want to do a little bit more testing, and ensure it's working for both RQ and Django.