mirror of https://github.com/Maecenas/tt-rss.git
13 lines
247 B
JSON
13 lines
247 B
JSON
![]() |
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Listen for XDebug",
|
||
|
"type": "php",
|
||
|
"request": "launch",
|
||
|
"pathMappings": {
|
||
|
"/var/www/html/tt-rss": "${workspaceRoot}",
|
||
|
},
|
||
|
"port": 9000
|
||
|
}]
|
||
|
}
|