Skip to content

Commit

Permalink
Fix debuger
Browse files Browse the repository at this point in the history
  • Loading branch information
zenopopovici committed Dec 21, 2020
1 parent 7a1e5d8 commit 73abc25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Expand Up @@ -6,10 +6,10 @@
"type": "php",
"request": "launch",
"cwd": "${fileDirname}",
"port": 9000,
"port": 9003,
"ignore": [
"**/vendor/**/*.php",
"**/.composer/**/*.php"
"**/vendor/**/*",
"**/.composer/**/*"
],
"pathMappings": {
"${workspaceRoot}/dist-wp/wp-content/themes/ninja": "${workspaceRoot}/wordpress/theme"
Expand Down

0 comments on commit 73abc25

Please sign in to comment.