1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-11 07:15:55 +00:00

reorder debug targets

This commit is contained in:
Andrew Dolgov
2021-02-24 22:28:49 +03:00
parent c70fc68012
commit 922a699215

23
.vscode/launch.json vendored
View File

@@ -1,6 +1,15 @@
{
"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",
@@ -10,14 +19,6 @@
},
"urlFilter": "*/tt-rss/*",
"runtimeExecutable": "chrome.exe",
},
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"pathMappings": {
"/var/www/html/tt-rss": "${workspaceRoot}",
},
"port": 9000
}]
}
}
]
}