dart language-server --client-id emacs.eglot-dart
times out *sometimes*
#1419
Replies: 2 comments 14 replies
-
In order to understand whether it is indeed a problem with the language server, please try to follow these steps. |
Beta Was this translation helpful? Give feedback.
-
No, I'm quite sure that the VSCode Dart extension does speak LSP with the language server. What I didn't know then but do now is which language server does it speak to. Does it use
That was my understanding, yes. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Sometimes, when I open a Dart file, the language server started by Eglot with
dart language-server --client-id emacs.eglot-dart
seems to fail withtimed-out request
errors. That is, the Eglot events buffer showsRestarting Eglot typically fixes it, though I then have to close the buffer and re-open the Dart file. I recognize that this might be an issue with the Dart language server and I'm willing to debug the issue, but I don't even know where to begin. Does anyone have any ideas? Thanks!
Best,
David
Beta Was this translation helpful? Give feedback.
All reactions