mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 23:15:55 +00:00
reorder debug targets
This commit is contained in:
23
.vscode/launch.json
vendored
23
.vscode/launch.json
vendored
@@ -1,6 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Listen for XDebug",
|
||||||
|
"type": "php",
|
||||||
|
"request": "launch",
|
||||||
|
"pathMappings": {
|
||||||
|
"/var/www/html/tt-rss": "${workspaceRoot}",
|
||||||
|
},
|
||||||
|
"port": 9000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Launch Chrome",
|
"name": "Launch Chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
@@ -10,14 +19,6 @@
|
|||||||
},
|
},
|
||||||
"urlFilter": "*/tt-rss/*",
|
"urlFilter": "*/tt-rss/*",
|
||||||
"runtimeExecutable": "chrome.exe",
|
"runtimeExecutable": "chrome.exe",
|
||||||
},
|
}
|
||||||
{
|
]
|
||||||
"name": "Listen for XDebug",
|
}
|
||||||
"type": "php",
|
|
||||||
"request": "launch",
|
|
||||||
"pathMappings": {
|
|
||||||
"/var/www/html/tt-rss": "${workspaceRoot}",
|
|
||||||
},
|
|
||||||
"port": 9000
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user