summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.config/VSCodium/User/settings.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json
index 0109ea6..dc16d67 100644
--- a/.config/VSCodium/User/settings.json
+++ b/.config/VSCodium/User/settings.json
@@ -65,5 +65,7 @@
   "C_Cpp.default.intelliSenseMode": "clang-x64",
   "C_Cpp.default.cppStandard": "c++17",
   "C_Cpp.clang_format_style": "Mozilla",
-  "todo-tree.tree.showScanModeButton": false
+  "todo-tree.tree.showScanModeButton": false,
+  "rust-client.engine": "rust-analyzer",
+  "rust-analyzer.updates.channel": "nightly"
 }