mirror of https://github.com/Maecenas/tt-rss.git
An unofficial mirror of the Tiny Tiny RSS, an open-source RSS feed reader and aggregator
https://git.tt-rss.org/fox/tt-rss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
553 B
24 lines
553 B
{ |
|
"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", |
|
} |
|
] |
|
}
|
|
|