mirror of
https://github.com/supanadit/todo.git
synced 2025-05-04 20:39:55 +00:00
chore: fix listen xdebug on port 9000 instead of 9003 by devcontainer
This commit is contained in:
parent
09068dab8a
commit
bc8fe0de22
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -8,7 +8,7 @@
|
|||||||
"name": "Listen for Xdebug",
|
"name": "Listen for Xdebug",
|
||||||
"type": "php",
|
"type": "php",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"port": 9003
|
"port": 9000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Launch currently open script",
|
"name": "Launch currently open script",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user