Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration_generated.md')
| -rw-r--r-- | docs/book/src/configuration_generated.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/book/src/configuration_generated.md b/docs/book/src/configuration_generated.md index 76b626b09f..1f94639074 100644 --- a/docs/book/src/configuration_generated.md +++ b/docs/book/src/configuration_generated.md @@ -142,6 +142,15 @@ To enable a name with a value, use `"key=value"`. To disable, prefix the entry with a `!`. +## rust-analyzer.cargo.configPath {#cargo.configPath} + +Default: `null` + +Path to a `.cargo/config.toml` style file to pass to cargo via `--config` +for every cargo invocation (metadata, build scripts, config discovery). +Useful to give rust-analyzer a consistent view of the project configuration. + + ## rust-analyzer.cargo.extraArgs {#cargo.extraArgs} Default: `[]` |