{ "version": "0.2.0", "configurations": [ { "name": "Run", "type": "python", "request": "launch", "module": "uvicorn", "args": ["app.main:app", "--reload"], "jinja": true, "justMyCode": true, "env": { "PYDEVD_DISABLE_FILE_VALIDATION": "1" } } ] }