fix xdebug, change mail to work address
This commit is contained in:
parent
919df6a186
commit
af5e930c69
1 changed files with 4 additions and 1 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
|
@ -8,7 +8,10 @@
|
||||||
"name": "Listen for Xdebug",
|
"name": "Listen for Xdebug",
|
||||||
"type": "php",
|
"type": "php",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"port": 9000
|
"port": 9000,
|
||||||
|
"pathMappings": {
|
||||||
|
"/var/lib/nextcloud/server/3rdparty/sabre/dav": "${workspaceRoot}/dav",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue