pathfinder-containers/.vscode/launch.json
2021-07-27 15:21:02 +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",
}
},
]
}