Skip to content

Commit 44fa951

Browse files
fix: pathMapping for Xdebug works correctly
1 parent 89e5c63 commit 44fa951

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/launch.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"request": "launch",
1111
"port": 9003,
1212
"pathMappings": {
13-
"/var/www/html": "${workspaceRoot}",
13+
"/var/www/html": "${workspaceRoot}/wp-core",
14+
"/var/www/html/wp-content/plugins": "${workspaceRoot}/plugins",
15+
"/var/www/html/wp-content/themes": "${workspaceRoot}/themes",
1416
},
1517
"log": true
1618
},

0 commit comments

Comments
 (0)