From bd6f8ee22191b3604ba5912d5d747b28c75c5433 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Wed, 17 Jun 2020 00:42:08 -0400 Subject: switched rust-analyzer to nightly --- .config/VSCodium/User/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config') 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" } -- cgit 1.4.1