update for xdebug

This commit is contained in:
sHa
2022-04-05 12:49:23 +03:00
parent 19d3afc5f1
commit 03213ffa25
5 changed files with 40 additions and 39 deletions

5
.vscode/launch.json vendored
View File

@@ -8,7 +8,10 @@
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003
"port": 9003,
"pathMappings": {
"/var/www/html": "${workspaceRoot}/app"
}
},
{
"name": "Launch currently open script",