diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-09 12:52:43 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-09 12:52:43 +0100 |
| commit | eefe1ede8222867558e115dfeceee44104806f29 (patch) | |
| tree | 0f6401206377cbbef2152122a974d966fa14629e | |
| parent | 9adb1393563f4bfa1a035e7de4018a3cec249f50 (diff) | |
| download | rust-eefe1ede8222867558e115dfeceee44104806f29.tar.gz rust-eefe1ede8222867558e115dfeceee44104806f29.zip | |
Update config name for latest rust-analyzer
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index a13d5931ffa..0cd576e160f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ // source for rustc_* is not included in the rust-src component; disable the errors about this "rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "macro-error"], "rust-analyzer.assist.importMergeBehavior": "last", - "rust-analyzer.cargo.loadOutDirsFromCheck": true, + "rust-analyzer.cargo.runBuildScripts": true, "rust-analyzer.linkedProjects": [ "./Cargo.toml", //"./build_sysroot/sysroot_src/src/libstd/Cargo.toml", |
