From af5e930c6972912d83abe1bd41cf405c0e4847ab Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sat, 21 Jan 2023 18:07:47 +0100 Subject: [PATCH] fix xdebug, change mail to work address --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0638bef..fa91214 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,10 @@ "name": "Listen for Xdebug", "type": "php", "request": "launch", - "port": 9000 + "port": 9000, + "pathMappings": { + "/var/lib/nextcloud/server/3rdparty/sabre/dav": "${workspaceRoot}/dav", + }, } ] } \ No newline at end of file