pathfinder-containers/development/launch.json

15 lines
352 B
JSON
Raw Normal View History

2021-07-27 15:21:02 +12:00
{
"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",
}
},
]
}