fix xdebug, change mail to work address

This commit is contained in:
Jonas Heinrich 2023-01-21 18:07:47 +01:00
parent 919df6a186
commit af5e930c69

5
.vscode/launch.json vendored
View file

@ -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",
},
} }
] ]
} }