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