pathfinder-containers/development/launch.json
2021-09-05 13:27:54 +12:00

15 lines
No EOL
352 B
JSON

{
"version": "0.2.0",
"configurations": [{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"log": true,
"externalConsole": false,
"pathMappings": {
"/var/www/html/pathfinder": "${workspaceRoot}/pathfinder",
}
},
]
}