diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 21:17:31 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 21:17:31 +0000 |
| commit | 7ad6c3ec641d0b89d072dc9b32202aebb8ecaf8d (patch) | |
| tree | 5fb6d8efebb4b664c59180f61e975289bbab9388 /.vscode/launch.json | |
| parent | 8b88da364f7ba1988532bdfa4ecf09adc5c80ed6 (diff) | |
Remove assorted unused stuff.
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", - } - ] -} |