diff options
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index b3911320d..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Listen for XDebug", - "type": "php", - "request": "launch", - "pathMappings": { - "/var/www/html/tt-rss": "${workspaceRoot}", - }, - "port": 9000 - }, - { - "name": "Launch Chrome", - "request": "launch", - "type": "chrome", - "pathMapping": { - "/tt-rss/": "${workspaceFolder}" - }, - "urlFilter": "*/tt-rss/*", - "runtimeExecutable": "chrome.exe", - } - ] -} |