Pőcze Bence
7945627708
Some checks failed
rvr-nextgen/pipeline/head There was a failure building this commit
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}",
|
|
}
|
|
}
|
|
]
|
|
}
|