about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-01-21 21:22:19 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-01-21 21:22:19 +0100
commit2ced8c0eb0df6ae52cfc63c88b92c70c46049178 (patch)
tree0fb920a49605c6fbcfe6268977b38cd8fe0a682a
parent500faf2165d46e444463486f6ec091cdaaf61dda (diff)
downloadrust-2ced8c0eb0df6ae52cfc63c88b92c70c46049178.tar.gz
rust-2ced8c0eb0df6ae52cfc63c88b92c70c46049178.zip
Fix rust-analyzer pref name
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 7618251acd5..19ea41563df 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,7 +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.assist.importMergeBehavior": "last",
     "rust-analyzer.cargo.loadOutDirsFromCheck": true,
     "rust-analyzer.linkedProjects": [
         "./Cargo.toml",