Skip to content

Commit 2ced8c0

Browse files
committed
Fix rust-analyzer pref name
1 parent 500faf2 commit 2ced8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// source for rustc_* is not included in the rust-src component; disable the errors about this
33
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate"],
4-
"rust-analyzer.assist.importMergeBehaviour": "last",
4+
"rust-analyzer.assist.importMergeBehavior": "last",
55
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
66
"rust-analyzer.linkedProjects": [
77
"./Cargo.toml",

0 commit comments

Comments
 (0)