aboutsummaryrefslogtreecommitdiff
path: root/code/.config/Code
diff options
context:
space:
mode:
Diffstat (limited to 'code/.config/Code')
-rw-r--r--code/.config/Code/User/settings.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/code/.config/Code/User/settings.json b/code/.config/Code/User/settings.json
index ee0f696..d36020f 100644
--- a/code/.config/Code/User/settings.json
+++ b/code/.config/Code/User/settings.json
@@ -137,8 +137,10 @@
"omnisharp.enableRoslynAnalyzers": true,
"razor.disabled": true,
- // Rust analyzer
- "rust-analyzer.inlayHints.enable": false,
+ // Rust
+ "rust.clippy_preference": "on",
+ "rust-client.autoStartRls": false,
+ "rust-client.engine": "rust-analyzer",
// Version Lens
"versionlens.suggestions.showOnStartup": true,
@@ -168,5 +170,5 @@
"ubyte",
"upnp",
"ushort"
- ],
+ ]
}