summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
blob: d8aee785f15b93aa8938b842feb67a671c910a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
   "version": "0.2.0",
   "configurations": [
   {
      "name": "Listen for XDebug",
      "type": "php",
      "request": "launch",
      "pathMappings": {
         "/var/www/html/tt-rss": "${workspaceRoot}",
      },
      "port": 9000
  }]
}