Chris
eca5c5eab7
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
22 lines
559 B
JSON
22 lines
559 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Xdebug server",
|
|
"type": "php",
|
|
"request": "launch",
|
|
"runtimeArgs": [
|
|
"-S",
|
|
"localhost:8080",
|
|
"-t",
|
|
"web"
|
|
],
|
|
"port": 5902,
|
|
"serverReadyAction": {
|
|
"action": "openExternally",
|
|
"pattern": "listening on http://localhost:([0-9]+)",
|
|
"uriFormat": "http://localhost:%s",
|
|
},
|
|
}
|
|
]
|
|
} |