Skip to content

Commit ec4d4b1

Browse files
committed
document interaction of checkOnSave.overrideCommand and multiple linked projects
1 parent 2f02ea0 commit ec4d4b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/rust-analyzer/src/config.rs

+4
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ config_data! {
120120
/// Cargo, you might also want to change
121121
/// `#rust-analyzer.cargo.buildScripts.overrideCommand#`.
122122
///
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+
///
123127
/// An example command would be:
124128
///
125129
/// ```bash

0 commit comments

Comments
 (0)