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