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: (eg. client settings, or environment variables like CARGO, RUSTC, RUSTUP_HOME or CARGO_HOME)
These environment variables aren't set.
Description: When using Helix, rust-analyzer loads one core forever. I found similar issue: #10715 , but it isn't very similar: i can run cargo check in separate terminal tab and it returns result almost instantly. I tried closing everything related to rust and running rust-analyzer analysis-stats ., but it never finishes. While RA is spinning, cargo check works fine in separate tab.
The text was updated successfully, but these errors were encountered:
Problem seems to be the rust-analyzer.sh file you have. Commenting the config key rust-analyzer.server.path in your .vscode/settings.json seems to solve the issue.
Or maybe I don't have the same problem on my machine. Can you verify if the problem is related to the shell script?
Problem seems to be the rust-analyzer.sh file you have. Commenting the config key rust-analyzer.server.path in your .vscode/settings.json seems to solve the issue.
Or maybe I don't have the same problem on my machine. Can you verify if the problem is related to the shell script?
rust-analyzer version: rust-analyzer 1.79.0 (129f3b9 2024-06-10)
rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
editor or extension: Helix
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)These environment variables aren't set.
repository link (if public, optional): it's a gnome app template from Builder with updated dependencies and added
lemmy_client
dependency: https://github.com/RocketRide9/for_ra_bug_reportDescription: When using Helix, rust-analyzer loads one core forever. I found similar issue: #10715 , but it isn't very similar: i can run
cargo check
in separate terminal tab and it returns result almost instantly. I tried closing everything related to rust and runningrust-analyzer analysis-stats .
, but it never finishes. While RA is spinning,cargo check
works fine in separate tab.The text was updated successfully, but these errors were encountered: