You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
247 B
JSON
13 lines
247 B
JSON
4 years ago
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Listen for XDebug",
|
||
|
"type": "php",
|
||
|
"request": "launch",
|
||
|
"pathMappings": {
|
||
|
"/var/www/html/tt-rss": "${workspaceRoot}",
|
||
|
},
|
||
|
"port": 9000
|
||
|
}]
|
||
|
}
|