You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Chrome",
|
|
"request": "launch",
|
|
"type": "chrome",
|
|
"pathMapping": {
|
|
"/tt-rss/": "${workspaceFolder}"
|
|
},
|
|
"urlFilter": "*/tt-rss/*",
|
|
"runtimeExecutable": "chrome.exe",
|
|
},
|
|
{
|
|
"name": "Listen for XDebug",
|
|
"type": "php",
|
|
"request": "launch",
|
|
"pathMappings": {
|
|
"/var/www/html/tt-rss": "${workspaceRoot}",
|
|
},
|
|
"port": 9000
|
|
}]
|
|
} |