rust-analyzer does not pick up the overrideCommand
setting
#8168
Replies: 3 comments
-
Are you using 23.5 or master? There was a breaking change on master to the configuration syntax. The snippet you posted should likely work on master but won't work with 23.5 |
Beta Was this translation helpful? Give feedback.
-
I am no longer at work but I will check as soon as I get back there tomorrow! |
Beta Was this translation helpful? Give feedback.
-
I did compile Helix from source using the "23.05" tag from github. As a lambda user, should I stay on master or update my configuration so ti works with the 23.05 release? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using Helix 23.05 and want to configure Helix to use clippy to compute diagnostics. I have the following configuration in the
.helix/languages.toml
file at the root of my Rust projectYet, no clippy diagnostics are displayed by Helix. When I run clippy through bacon, I do see them.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions