We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e5c63 commit 44fa951Copy full SHA for 44fa951
.vscode/launch.json
@@ -10,7 +10,9 @@
10
"request": "launch",
11
"port": 9003,
12
"pathMappings": {
13
- "/var/www/html": "${workspaceRoot}",
+ "/var/www/html": "${workspaceRoot}/wp-core",
14
+ "/var/www/html/wp-content/plugins": "${workspaceRoot}/plugins",
15
+ "/var/www/html/wp-content/themes": "${workspaceRoot}/themes",
16
},
17
"log": true
18
0 commit comments