mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 10:34:38 +01:00
19 lines
453 B
JSON
19 lines
453 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Listen for XDebug",
|
||
|
"type": "php",
|
||
|
"request": "launch",
|
||
|
"port": 9000
|
||
|
},
|
||
|
{
|
||
|
"name": "Launch currently open script",
|
||
|
"type": "php",
|
||
|
"request": "launch",
|
||
|
"program": "${workspaceRoot}/testing.php",
|
||
|
"cwd": "${fileDirname}",
|
||
|
"port": 9000
|
||
|
}
|
||
|
]
|
||
|
}
|