{ "folders": [ { "path": "." } ], "settings": {}, "launch": { "version": "0.2.0", "configurations": [ { "name": "[DEBUG] Core", "type": "php", "request": "launch", "port": 9003, "log": false, "xdebugSettings": { "show_hidden": 0, "max_depth": 3 }, "pathMappings": { "/var/www/core/": "${workspaceFolder}/searchanddisplace-core", } }, { "name": "[DEBUG] Ingest", "type": "php", "request": "launch", "port": 9004, "log": false, "xdebugSettings": { "show_hidden": 0, "max_depth": 3 }, "pathMappings": { "/var/www/ingest/": "${workspaceFolder}/searchanddisplace-ingest", } } ] } }