Skip to content

Commit

Permalink
fix: use default xdebug port
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Apr 25, 2020
1 parent dec868b commit 6a43c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 7089,
"port": 9000,
"pathMappings": {
"/hab/svc/php-runtime/var/site/php-classes/Emergence": "${workspaceFolder:emergence-skeleton-v1}/php-classes/Emergence",
"/hab/svc/php-runtime/var/site": "${workspaceFolder:gatekeeper}",
Expand Down

0 comments on commit 6a43c51

Please sign in to comment.