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
relevant settings: I have more than one workspace folder open in VSCode (or zed).
If I have more than one rust workspace open in vscode or zed, the size hint you get when you hover a struct doesn't appear. Let's say I have both WorkspaceA and WorkspaceB opened in VSCode (or zed). Hovering an enum definition from workspace A doesn't show the size info.
If I open only one workspace folder (WorkspaceA), size hints for that exact enum appear as expected.
Issue is visible with enum or data structure.
The text was updated successfully, but these errors were encountered:
I'm getting a similar bug but in workspaces errors aren't showing, showing in wrong and unrelated places, fix the error and still underlined it's absolutely bugged out tried many different versions of rust-analyzer
rust-analyzer version: 0.4.2465 (any really)
rustc version: (eg. output of
rustc -V
) 1.87 (any version)editor or extension: tried both VSCode and Zed
relevant settings: I have more than one workspace folder open in VSCode (or zed).
If I have more than one rust workspace open in vscode or zed, the size hint you get when you hover a struct doesn't appear. Let's say I have both WorkspaceA and WorkspaceB opened in VSCode (or zed). Hovering an enum definition from workspace A doesn't show the size info.
If I open only one workspace folder (WorkspaceA), size hints for that exact enum appear as expected.
Issue is visible with enum or data structure.
The text was updated successfully, but these errors were encountered: