From 91e454648da2765195c239666af3a9dc0e5d66ca Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Fri, 27 Jan 2023 15:57:52 +0100 Subject: code: Use Rust extension --- code/.config/Code/User/settings.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'code') 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" - ], + ] } -- cgit v1.2.3