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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I'm able to reproduce on stable but not on nightly. The hover mechanism will fall back to using the docs provided by the save-analysis when source extraction fails. That's why you're getting a tooltip, but the docs are limited to a single line.
It looks like the file path coming out of the save-analysis is wrong:
OS: Windows 10
rls-preview 1.31.6 (6610526 2018-12-01)
rustc 1.31.0 (abe02cefd 2018-12-04)
Using Visual Studio Code, when hovering over
unwrap
in some code like this:The RLS window logs the following errors:
It's looking for a file:
which is actually located at:
I do still get a tooltip though.
The text was updated successfully, but these errors were encountered: