-
-
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
bash-language-server
crashes after update
#6230
Comments
This might be the same issue as pyright had (microsoft/pyright#4666) since they both use the vscode-languageserver dependency. I can look at submitting the same patch to bash-language-server. (The change in Helix that causes this is #6058. We now send a MethodNotHandled error for the |
Should be fixed by bash-lsp/bash-language-server#763 |
Amazing! |
Should I close now or wait until the patch is available? |
Looks like that was just merged and it should be released with the server version 4.8.3 so I'll close this out |
Summary
Using latest from branch Helix and latest from AUR
bash-language-server
4.8.2
I get no LSP for bash.I am not sure if this is an issue with Helix or the LSP, but maybe we could be more graceful about the issue?
Let me know if this is somehow better suited as an issue against the upstream LSP.
Reproduction Steps
I tried this: Updated bash-language-server to latest version
I expected this to happen: Still get LSP for bash
Instead, this happened: No LSP for bash, since it crashes
Helix log
~/.cache/helix/helix.log
Platform
Linux 6.2.2-arch1-1
Terminal Emulator
kitty 0.27.1
Helix Version
22.05-1430-g2cf4ce23
The text was updated successfully, but these errors were encountered: