diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-12 13:32:55 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-12 13:32:55 +0100 |
commit | a526d0a4b78b29fec4c2e8d5608ceaeec128f794 (patch) | |
tree | 05141f6e9aa7d20c4ce2a8b59324a3d82d43f895 /docs | |
parent | 7be06139b632ee615fc18af04dd67947e2c794b2 (diff) | |
parent | 186c5c47cbfde4ae9d81dc67450c958cb6aece2c (diff) |
Merge #8476
8476: feat: avoid checking the whole project during initial loading r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/generated_config.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 871c65add..e0ee35b4e 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -39,6 +39,12 @@ List of features to activate. | |||
39 | -- | 39 | -- |
40 | Run build scripts (`build.rs`) for more precise code analysis. | 40 | Run build scripts (`build.rs`) for more precise code analysis. |
41 | -- | 41 | -- |
42 | [[rust-analyzer.cargo.useRustcWrapperForBuildScripts]]rust-analyzer.cargo.useRustcWrapperForBuildScripts (default: `true`):: | ||
43 | + | ||
44 | -- | ||
45 | Use `RUSTC_WRAPPER=rust-analyzer` when running build scripts to | ||
46 | avoid compiling unnecessary things. | ||
47 | -- | ||
42 | [[rust-analyzer.cargo.noDefaultFeatures]]rust-analyzer.cargo.noDefaultFeatures (default: `false`):: | 48 | [[rust-analyzer.cargo.noDefaultFeatures]]rust-analyzer.cargo.noDefaultFeatures (default: `false`):: |
43 | + | 49 | + |
44 | -- | 50 | -- |