Make code completion "just work" in more cases

This commit is contained in:
Aleksey Kladov 2021-03-08 14:52:16 +03:00
parent 6952a3b446
commit c7b5d6be4c
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ config_data! {
cargo_features: Vec<String> = "[]",
/// Run build scripts (`build.rs`) for more precise code analysis.
cargo_runBuildScripts |
cargo_loadOutDirsFromCheck: bool = "false",
cargo_loadOutDirsFromCheck: bool = "true",
/// Do not activate the `default` feature.
cargo_noDefaultFeatures: bool = "false",
/// Compilation target (target triple).