| { | |
| "schema_version": "1.0", | |
| "adapters": [ | |
| { | |
| "id": "python-debugpy", | |
| "name": "Python debugpy", | |
| "command": ".venv/bin/python", | |
| "args": ["-m", "debugpy.adapter"], | |
| "languages": ["python"], | |
| "protocol": "DAP", | |
| "status": "available" | |
| } | |
| ] | |
| } | |
| { | |
| "schema_version": "1.0", | |
| "adapters": [ | |
| { | |
| "id": "python-debugpy", | |
| "name": "Python debugpy", | |
| "command": ".venv/bin/python", | |
| "args": ["-m", "debugpy.adapter"], | |
| "languages": ["python"], | |
| "protocol": "DAP", | |
| "status": "available" | |
| } | |
| ] | |
| } | |