From ec4d4b15b53c734b1c62a3f69457affe738ae042 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 19 Aug 2022 08:23:58 -0400 Subject: [PATCH] document interaction of checkOnSave.overrideCommand and multiple linked projects --- crates/rust-analyzer/src/config.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs index e63cfb163caa..35df7663be25 100644 --- a/crates/rust-analyzer/src/config.rs +++ b/crates/rust-analyzer/src/config.rs @@ -120,6 +120,10 @@ config_data! { /// Cargo, you might also want to change /// `#rust-analyzer.cargo.buildScripts.overrideCommand#`. /// + /// If there are multiple linked projects, this command is invoked for + /// each of them, with the working directory being the project root + /// (i.e., the folder containing the `Cargo.toml`). + /// /// An example command would be: /// /// ```bash