2023-08-11 21:55:16 +09:00

18 lines
352 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003,
// ADD
"pathMappings": {
"/var/www/html/":"${workspaceRoot}/src"
},
}
]
}