github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/docs/content/users/snippets/launch.json (about)

     1  {
     2      "version": "0.2.0",
     3      "configurations": [
     4          {
     5              "name": "Listen for Xdebug",
     6              "type": "php",
     7              "request": "launch",
     8              "hostname": "0.0.0.0",
     9              "port": 9003,
    10              "pathMappings": {
    11                  "/var/www/html": "${workspaceFolder}"
    12              }
    13          }
    14      ]
    15  }