Configurable language server close timeout #11673
Replies: 5 comments
This comment has been minimized.
This comment has been minimized.
-
I can take this one if nobody is working on it. |
Beta Was this translation helpful? Give feedback.
-
I agree with you that a per language-server @snosratiershad just out of curiosity do you encounter that timeout for a specific language-server or for all of them in you machine? |
Beta Was this translation helpful? Give feedback.
-
@ArmanSoltani for specific language servers |
Beta Was this translation helpful? Give feedback.
-
See #5266 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to increase close language server timeout to prevent force shutdown with
Timed out waiting for language servers to shutdown
error message.I found that there is a static 3000ms timeout in code (helix-view/src/editor.rs:2023). I think the best approach is to use specific timeout for each language-server but also a general configurable timeout is better.
Beta Was this translation helpful? Give feedback.
All reactions