File size: 287 Bytes
b269533
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
    }
  ]
}