diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-01-09 10:24:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-09 10:24:51 +0000 |
| commit | e4708fec85e5e65cd53217dcc138697fa240b855 (patch) | |
| tree | e1db24055722db253a8741ff81b00bf0fbed04bc /src/tools/rust-analyzer/docs/user | |
| parent | f6e8974fa8ee00b740254df385b99e6bd3b7ee6c (diff) | |
| parent | 253bba044eccc1b7480ac5b17b6278bede677b99 (diff) | |
| download | rust-e4708fec85e5e65cd53217dcc138697fa240b855.tar.gz rust-e4708fec85e5e65cd53217dcc138697fa240b855.zip | |
Merge pull request #18880 from PrototypeNM1/extra-includes
Add config setting which allows adding additional include paths to the VFS.
Diffstat (limited to 'src/tools/rust-analyzer/docs/user')
| -rw-r--r-- | src/tools/rust-analyzer/docs/user/generated_config.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/docs/user/generated_config.adoc b/src/tools/rust-analyzer/docs/user/generated_config.adoc index c6f5852f87f..acaf43b987e 100644 --- a/src/tools/rust-analyzer/docs/user/generated_config.adoc +++ b/src/tools/rust-analyzer/docs/user/generated_config.adoc @@ -1051,6 +1051,13 @@ Show documentation. -- Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`. -- +[[rust-analyzer.vfs.extraIncludes]]rust-analyzer.vfs.extraIncludes (default: `[]`):: ++ +-- +Additional paths to include in the VFS. Generally for code that is +generated or otherwise managed by a build system outside of Cargo, +though Cargo might be the eventual consumer. +-- [[rust-analyzer.workspace.discoverConfig]]rust-analyzer.workspace.discoverConfig (default: `null`):: + -- |
