[
  {
    "label": "Debug Zed (CodeLLDB)",
    "adapter": "CodeLLDB",
    "build": {
      "label": "Build Zed",
      "command": "cargo",
      "args": [
        "build"
      ]
    }
  },
  {
    "label": "Debug Zed (GDB)",
    "adapter": "GDB",
    "build": {
      "label": "Build Zed",
      "command": "cargo",
      "args": [
        "build"
      ]
    }
  },
]
