mapguesser/.vscode/launch.json

15 lines
318 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug in Docker",
"type": "php",
"request": "launch",
"port": 9000,
"pathMappings": {
"/var/www/mapguesser": "${workspaceRoot}",
}
}
]
}