Possible to keep language server running after Helix exits, and re-connect on start? #8552
Unanswered
bonsairobo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can have it do something similar to https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#gdscript |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For large projects, there is a significant delay from starting Helix until the language server is ready to respond to symbol queries. I think this could be essentially fixed by allowing the language server to continue running outside of the Helix process tree, but I don't know if this is possible or if there is any existing effort to make this possible.
Beta Was this translation helpful? Give feedback.
All reactions