15 lines
311 B
JSON
15 lines
311 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Listen for XDebug in Docker",
|
||
|
"type": "php",
|
||
|
"request": "launch",
|
||
|
"port": 9000,
|
||
|
"pathMappings": {
|
||
|
"/var/www/rvr": "${workspaceRoot}",
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|