github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/docs/content/users/snippets/tasks.json (about)

     1  {
     2      // See https://go.microsoft.com/fwlink/?LinkId=733558
     3      // for the documentation about the tasks.json format
     4      "version": "2.0.0",
     5      "tasks": [
     6          {
     7              "label": "DDEV: Enable Xdebug",
     8              "type": "shell",
     9              "command": "ddev xdebug on"
    10          },
    11          {
    12              "label": "DDEV: Disable Xdebug",
    13              "type": "shell",
    14              "command": "ddev xdebug off"
    15          }
    16      ]
    17  }