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
lsp-rust: fix definition of lsp-rust-analyzer-cargo-extra-env (#4768) (#4787)
In rust-analyzer, cargo.extraEnv has been a map since its
introduction (rust-lang/rust-analyzer@c407cc5). The definition in lsp-mode
hasn't matched since then, but the mismatch has been silently ignored. From
rust-lang/rust-analyzer@46ce474, rust-analyzer started showing a warning message
on configuration error which we are seeing.
With this change, the definition for cargo.extraEnv should match and the warning
message is not displayed.
0 commit comments