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
YCM relies on receiving rust-analyzer/status with either ready or invalid as a signal that rust-analyzer has finished all the background work at startup.
However, the version available through rustup, as well as the current master (844e1aa7), never send the notification if there's no actual workspace. Instead, I only see a window/showMessage notification. An example trace of exchanged messages:
YCM relies on receiving
rust-analyzer/status
with eitherready
orinvalid
as a signal that rust-analyzer has finished all the background work at startup.https://github.com/ycm-core/ycmd/blob/master/ycmd/completers/rust/rust_completer.py#L117-L119
However, the version available through rustup, as well as the current master (
844e1aa7
), never send the notification if there's no actual workspace. Instead, I only see awindow/showMessage
notification. An example trace of exchanged messages:This is the rust-analyzer log with
RA_LOG
set torust-analyzer=trace
:The text was updated successfully, but these errors were encountered: