You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
6b6279
changed the title
eglot keeps sending didSave notifications despite the active server not supporting it (Dart/analysis_server)
eglot keeps sending didSave notifications despite the active server not supporting textDocumentSyncDec 30, 2022
Steps to reproduce issue:
flutter create hello_world
hello_world/lib/main.dart
in EmacsM-x eglot RET
C-x C-s
Following text appears in the minibuffer area:
[eglot] Server reports (type=1): Unknown method textDocument/didSave
See dart-lang/sdk#36464 and microsoft/language-server-protocol#288
Thanks in advance.
The text was updated successfully, but these errors were encountered: