Skip to content
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

Long delays in saving files in Helix and many errors in the Helix log #1232

Open
David-Else opened this issue Nov 27, 2024 · 0 comments
Open

Comments

@David-Else
Copy link
Contributor

David-Else commented Nov 27, 2024

Code editor

Helix

Platform

Linux

Version

5.3.3

What steps will reproduce the bug?

Often I am editing a bash file in Helix and there is a long delay when saving a file. It take 5+ seconds to save. When I look at the log it is full of errors, I will upload a selection.

Simply try to save this file caused it last, but it is intermittent and happens often when editing bash files in Helix.

#!/bin/bash
# wl-copy
# cat - l~/Downloads/texttest
ansi2html | tee ~/Downloads/texttest4.html

Could it be that I am running multiple copies of Helix with bash files? I don't know, I have not had this problem with any other language server. I have shfmt installed and maybe this is involved:

2024-11-27T15:28:27.736 helix_view::document [WARN] LSP formatting failed: request 5 timed out
2024-11-27T15:28:27.747 helix_lsp::transport [ERROR] bash-language-server err: <- IO(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })

How often does it reproduce? Is there a required condition?

Often

What is the expected behavior?

Saves instantly.

What do you see instead?

Very long delay in file saving.

Additional information

$ node --version 
v18.19.0

helix-error-bls.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant