Files
CdsConnector/.vscode/launch.json
Marko 24dd57cb18 mfg
2025-07-17 18:43:41 +02:00

16 lines
418 B
JSON

{
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"hostname": "0.0.0.0",
"port": 9003,
"pathMappings": {
"/var/www/html": "${workspaceFolder}"
},
"preLaunchTask": "DDEV: Enable Xdebug",
"postDebugTask": "DDEV: Disable Xdebug"
}
]
}