-
Notifications
You must be signed in to change notification settings - Fork 162
RLS panics when invoked from master rls-vscode #477
Comments
I'm seeing a similar panic using version 0.5.4:
|
This is weird; I'm not able to reproduce this issue now even though it should be present on my system. Regardless, RLS doesn't seem to have released the fix on their end for this issue yet (although it is in master). As a temporary workaround, specify |
That's weird, RLS stable should contain the fix from rust-lang/rls#1192. Which RLS version are you using? |
@Xanewok ah, that would explain why I couldn't reproduce it. I didn't see my fix in the latest RLS release tag, but I must have been looking at the wrong thing. |
Yeah, my bad - we stopped tracking git releases and just ride the trains with regular Rust releases. It might be worth doing that again. @olix0r what is your |
@Xanewok I was probably on a slightly older version -- since commenting I updated to the most recent I don't see the issue anymore. |
Glad to hear that! I'll close this issue, then. |
cb2206e ("Add missing
full_docs
andshow_hover_context
config keys") exposed a bug in RLS where it panics whenfull_docs
is specified asnull
. I have submitted rust-lang/rls#1192 to fix the bug in RLS; however, it might be prudent to revert cb2206e or specifyfalse
instead ofnull
forfull_docs
so as to not break users who don't update RLS.Example panic:
The text was updated successfully, but these errors were encountered: