ELS: Why workspace/configuration is called every time even if we do nothing? #523
Replies: 2 comments 1 reply
-
A language client, i.e., an editor, usually starts the language server as a child process. When the editor crashes for some reason, the language server may not be killed and may remain. In fact, this rarely happens when VSCode hangs. |
Beta Was this translation helpful? Give feedback.
-
Thank you for sharing the information. I've reported this as a code issue. |
Beta Was this translation helpful? Give feedback.
-
When I start ELS in IJ with LSP4IJ and I do nothing, I see that there are a lot of request 'workspace/configuration' which takes few CPU:
I wonder why ELS does that? Why not reading just the configuration one time?
Beta Was this translation helpful? Give feedback.
All reactions