Commit bdb96bc
committed
Fix: Always generate xdebug ini file to persist custom settings
When xdebug mode defaults to 'off', custom settings like client_port,
start_with_request, and idekey were not being persisted to the ini file.
This caused settings to be lost when toggling xdebug on later.
Now the yyy-lando-xdebug.ini file is always created with all settings,
regardless of mode, ensuring custom configuration persists through
xdebug toggles.1 parent aa08622 commit bdb96bc
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
294 | 292 | | |
295 | 293 | | |
296 | 294 | | |
| |||
0 commit comments