diff options
author | Aleksey Kladov <[email protected]> | 2021-04-12 09:04:36 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-04-12 13:29:31 +0100 |
commit | 186c5c47cbfde4ae9d81dc67450c958cb6aece2c (patch) | |
tree | 05141f6e9aa7d20c4ce2a8b59324a3d82d43f895 /docs/user | |
parent | 7be06139b632ee615fc18af04dd67947e2c794b2 (diff) |
feat: avoid checking the whole project during initial loading
Diffstat (limited to 'docs/user')
-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 | -- |