1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 00:15:58 +00:00
Files
tt-rss/.vscode/launch.json
2021-02-22 11:40:31 +03:00

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
}]
}