We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f02ea0 commit ec4d4b1Copy full SHA for ec4d4b1
crates/rust-analyzer/src/config.rs
@@ -120,6 +120,10 @@ config_data! {
120
/// Cargo, you might also want to change
121
/// `#rust-analyzer.cargo.buildScripts.overrideCommand#`.
122
///
123
+ /// If there are multiple linked projects, this command is invoked for
124
+ /// each of them, with the working directory being the project root
125
+ /// (i.e., the folder containing the `Cargo.toml`).
126
+ ///
127
/// An example command would be:
128
129
/// ```bash
0 commit comments