{ "version": "0.2.0", "configurations": [ { "name": "Python: Django", "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/manage.py", "args": ["runserver"], "django": true, "justMyCode": true, "preLaunchTask": "Run db" } ] }