-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening some files hangs helix #2187
Comments
After a quick bisect, it seems like this was introduced with c8cfd0b \cc @the-mikedavis |
I'll roll back c8cfd0b for now |
Makes sense, considering the other issue related to this commit/PR. If I can do anything to debug or provide more info, let me know. |
Whoops! 😅 Just as well with the revert, I just found some buggy behavior with the merge anyways. Do you have a custom |
Yes I do have a custom Here's the language config, if that helps: languages.toml |
I seem to be unable to jump to a definition if it's not in the current workspace.Edit: it actually turns out that
goto definition
has nothing to with the issue. it also happens when I open certain files.When doing so, helix locks up for me in an infinite loop, increasing memory over time.
I'm not sure what exactly causes this, I recently updated helix, rust and rust-analyzer, so it might have something to do with that.
I'll check if I can reproduce it on a different machine later.
Minimal repro
Open
helix-term/src/keymap/default.rs
in helix.os:
win10 x64
hx:
helix 22.05-dev (1525e3c6)
The text was updated successfully, but these errors were encountered: