-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
bash files Error: Timed out waiting for language servers to shutdown #5117
Comments
I just ran into the same issue while opening a Helix logUnfortunately I don't have debug logs enabled, but if someone guides me on how to do so, then I'll happily enable them to make future debugging easier.
PlatformFedora 36: $ uname -a
Linux fedora 6.0.11-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 2 20:38:11 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Terminal emulatorKonsole: $ konsole --version
konsole 22.08.3 Helix versionInstalled from $ hx --version
helix 22.12 (0e8ea136) Additional informationI didn't immediately think of this, but the most likely culprit is an overloaded CPU as I'm currently encoding a video and all of my 8 cores are almost fully utilized. Curiously though, even if I just open the After the CPU usage has gone drastically the closing of any Go files, including |
This is another instance of #2059, I'll close in favor of that issue. There are two underlying problems that have the same symptoms discussed in #2059 (and here too):
You can see in the log that the server doesn't send back the @usrme that is a different issue - |
I also have this issue of "Error: Timed out waiting for language servers to shutdown" on Windows Terminal as well. |
+1 to this, it's made Helix unusable for me. Is there a workaround until the problem is fixed? |
I use helix to format git commit messages, in 80% of the time my commit message is lost and git aborts the commit because the editor returns with a non-zero return code. I have |
@wucke13 what is your |
No solution so far |
Summary
First: Open the
.sh
file, the time to use the:q
to exit becomes very long, it takes about 3 secondsSecond: After exiting helix, Error: Timed out waiting for language servers to shutdown is output on stdout
Reproduction Steps
I tried this:
hx git-email.sh
:q
I expected this to happen:
kk
Helix log
~/.cache/helix/helix.log
Platform
WSL2 of Ubuntu
Terminal Emulator
windows-terminal
Helix Version
helix 22.12 (0e8ea13)
The text was updated successfully, but these errors were encountered: