Ferrell Synthetic Intelligence
Add DAP benchmarks training room and desktop shell
b269533
Raw
History Blame Contribute Delete
287 Bytes
{
"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"
}
]
}