-
I'm running rust-analyzer in headless neovim in automation tests and expects Is there any notification we can reliable wait for, to guarantee the type information can be retrieved at that point? Or is there any request other than Context: NixOS/nixpkgs#320489 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/lsp-extensions.md#server-status should help I believe, once that returns with |
Beta Was this translation helpful? Give feedback.
https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/lsp-extensions.md#server-status should help I believe, once that returns with
quiescent = true
you should be good to go I think