This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
RLS panics when invoked from master rls-vscode #477
Closed
Description
cb2206e ("Add missing full_docs
and show_hover_context
config keys") exposed a bug in RLS where it panics when full_docs
is specified as null
. I have submitted rust-lang/rls#1192 to fix the bug in RLS; however, it might be prudent to revert cb2206e or specify false
instead of null
for full_docs
so as to not break users who don't update RLS.
Example panic:
thread '<unnamed>' panicked at 'internal error: entered unreachable code', src/config.rs:111:33
Metadata
Metadata
Assignees
Labels
No labels