{ "configurations": [ { "name": "Python Debugger: FastAPI", "type": "debugpy", "request": "launch", "module": "uvicorn", "args": [ "backend.main:app", "--reload" ], "jinja": true } ] }