streams/.vscode/launch.json

16 lines
259 B
JSON
Raw Normal View History

2022-07-19 20:05:36 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9003,
"log": false,
"pathMappings": {
"/app/": "${workspaceFolder}/",
}
}
]
}