ttrss/.vscode/launch.json

13 lines
247 B
JSON
Raw Normal View History

2021-02-22 09:40:31 +01:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"pathMappings": {
"/var/www/html/tt-rss": "${workspaceRoot}",
},
"port": 9000
}]
}