-
Notifications
You must be signed in to change notification settings - Fork 163
Panic with RLS 1.31.0 and latest vscode extension #468
Comments
I downgraded to 0.5.0 using the instructions here and it resolved the issue. |
I am seeing this same behavior with workspaces on v0.5.2. |
Same behavior here, it's broken my workflow ever since 0.5.1 |
I did some basic debugging, and found that this is the data rls received: I'm windows user, so this path is missing the drive part. I guess that's why rls panicked, though. I'm not sure which part of the code generates these paths, though. |
I'm a windows user too. |
After a little more debugging, I found that it's this code that causes this problem: So, what's the correct way to generate a file scheme uri from filesystem path? |
Is that still the case in the 0.6.1? |
I'm on 0.6.1 now, and it appears to be working fine. |
RLS is panicking on 1.31.0 with vscode extension v0.5.1 whenever opening a folder that uses cargo workspaces. Opening any sub-folder works. v0.5.2 looks like it was intended to address this based on the changelog, but I am still getting the issue under that version.
Since RLS and the VSCode extension were updated at around the same time, it's not clear which is causing the issue. However it seems very-specific to vscode. See this issue: rust-lang/rls#1173
The text was updated successfully, but these errors were encountered: