You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to put "diff" twice in the gutters option, and after reloading the config, Helix got stuck - I had to kill it with -9. When I then try to open a file that is part of a git repository - the same thing happens. Opening a file not part of any repository is fine.
- Added a new method to `DiffHandle`, `try_load`, which returns an `Option<Diff>`, since deadlocks can happen here.
- Use said method in `gutter.rs` `diff()`, which will use a blank `GutterFn` instead.
Should fixhelix-editor#11027.
Summary
I tried to put
"diff"
twice in thegutters
option, and after reloading the config, Helix got stuck - I had to kill it with -9. When I then try to open a file that is part of a git repository - the same thing happens. Opening a file not part of any repository is fine.Reproduction Steps
Helix log
~/.cache/helix/helix.log
with two
"diff"
:with one
"diff"
:Platform
Linux
Terminal Emulator
gnome-terminal
Installation Method
dnf install
Helix Version
helix 24.3 (2cadec0)
The text was updated successfully, but these errors were encountered: