diff options
| author | Ralf Jung <post@ralfj.de> | 2022-08-19 08:23:58 -0400 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2022-08-19 08:57:22 -0400 |
| commit | 4af9829dcfe906cbe04aba247bc3759cab787a9e (patch) | |
| tree | cc46fe8df454408a5a87dc42b62360cba887d4a8 /docs/user | |
| parent | 2f02ea03b0934095a142e904dd587e32bcf5f437 (diff) | |
document interaction of checkOnSave.overrideCommand and multiple linked projects
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/generated_config.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index e3dbeec1fbd..751ec79af0f 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -118,6 +118,10 @@ If you're changing this because you're using some tool wrapping 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 |
