diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-17 00:42:08 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-17 00:42:08 -0400 |
commit | bd6f8ee22191b3604ba5912d5d747b28c75c5433 (patch) | |
tree | a9bb484227d764387e036c7dc039bee9b67f7e2b /.config | |
parent | 9662e628fba032ab73dd4f2b90ff411443f4cc4a (diff) | |
download | dogfiles-bd6f8ee22191b3604ba5912d5d747b28c75c5433.tar.gz |
switched rust-analyzer to nightly
Diffstat (limited to '.config')
-rw-r--r-- | .config/VSCodium/User/settings.json | 4 |
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" } |