Skip to content

Commit

Permalink
Set rust-analyzer importMergeBehaviour option to last
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 25, 2020
1 parent 2ca8daa commit 5b32489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
@@ -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",
Expand Down

0 comments on commit 5b32489

Please sign in to comment.