diff options
Diffstat (limited to '.vscode')
-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 5f40426..953054c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,7 @@ "rust-analyzer.checkOnSave.allTargets": false, "rust-analyzer.cargo.loadOutDirsFromCheck": true, "rust-analyzer.procMacro.enable": true, + "rust-analyzer.assist.importMergeBehavior": "last", "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, |