Set rust-analyzer importMergeBehaviour option to last

This commit is contained in:
bjorn3 2020-12-25 12:47:03 +01:00
parent 2ca8daab42
commit 5b32489e72

View file

@ -1,6 +1,7 @@
{
// source for rustc_* is not included in the rust-src component; disable the errors about this
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate"],
"rust-analyzer.assist.importMergeBehaviour": "last",
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"rust-analyzer.linkedProjects": [
"./Cargo.toml",