{ "version": "0.2.0", "configurations": [ { "name": "LARAVEL Listen for Xdebug (PROD)", "type": "php", "request": "launch", "port": 9003, "pathMappings": { "/var/www/html": "${workspaceFolder}" } } ] }