rvr-nextgen/.vscode/launch.json

15 lines
311 B
JSON
Raw Permalink Normal View History

2023-04-08 00:42:55 +02:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug in Docker",
"type": "php",
"request": "launch",
"port": 9000,
"pathMappings": {
"/var/www/rvr": "${workspaceRoot}",
}
}
]
}