diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-02-09 21:24:27 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-02-09 21:24:27 +0100 |
| commit | db5fc71daf30c0f5f75adee2f9cfa81e2e00d29e (patch) | |
| tree | 5ad802595523dffa67d49cfc43f7521e050b0373 | |
| parent | 8433022e045b3e38f2d24e734c6f4937c24f4a53 (diff) | |
Use rust-analyzer
| -rw-r--r-- | code/.config/Code/User/settings.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/code/.config/Code/User/settings.json b/code/.config/Code/User/settings.json index d36020f..6b7138d 100644 --- a/code/.config/Code/User/settings.json +++ b/code/.config/Code/User/settings.json @@ -137,11 +137,6 @@ "omnisharp.enableRoslynAnalyzers": true, "razor.disabled": true, - // Rust - "rust.clippy_preference": "on", - "rust-client.autoStartRls": false, - "rust-client.engine": "rust-analyzer", - // Version Lens "versionlens.suggestions.showOnStartup": true, |
