Skip to content

Commit 9c71b94

Browse files
committed
fix(xdebug): start on trigger to prevent warnings in CLI output
1 parent 1e556e9 commit 9c71b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
])
3737
);
3838
extraConfig = ''
39-
xdebug.mode=debug
40-
xdebug.start_with_request=yes
39+
xdebug.mode = debug
40+
xdebug.start_with_request = trigger
4141
'';
4242
};
4343
in

0 commit comments

Comments
 (0)