diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-12-25 12:47:03 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-12-25 12:47:03 +0100 |
| commit | 5b32489e7224eea5fc5ebc388732efa10c510fb2 (patch) | |
| tree | 218ad7146b069d9b6508a9b3f01c0c367762818b | |
| parent | 2ca8daab427e835c796e8a638a31f4f58f2d4ff7 (diff) | |
| download | rust-5b32489e7224eea5fc5ebc388732efa10c510fb2.tar.gz rust-5b32489e7224eea5fc5ebc388732efa10c510fb2.zip | |
Set rust-analyzer importMergeBehaviour option to last
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 04ab5085c19..7618251acd5 100644 --- a/.vscode/settings.json +++ b/.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", |
