How to keep a language server alive in background when all related files are closed #487
-
In a large project, it might take quite some time for rust-analyzer to initialize itself. If someone clicked "Close All Tabs" and subsequently opens another file, the language server is restarted and I have to wait until it finishes loading. |
Beta Was this translation helpful? Give feedback.
Answered by
angelozerr
Aug 28, 2024
Replies: 1 comment
-
Indeed this behavior comes from https://github.com/eclipse/lsp4e the LSP support for Eclipse (LSP4IJ has been created from this project and adapted for IJ). I understand that it is annoying, please create an issue to customize that with an API. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
harry-xm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed this behavior comes from https://github.com/eclipse/lsp4e the LSP support for Eclipse (LSP4IJ has been created from this project and adapted for IJ).
I understand that it is annoying, please create an issue to customize that with an API.