diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-01-27 15:57:52 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-01-27 15:57:59 +0100 |
| commit | 91e454648da2765195c239666af3a9dc0e5d66ca (patch) | |
| tree | c089f5a5772995a67b7d0e323ebec39e6edec588 | |
| parent | d8313cd54758aed78a2a66d309f50615fb78e200 (diff) | |
code: Use Rust extension
| -rw-r--r-- | code/.config/Code/User/settings.json | 8 |
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" - ], + ] } |
