aboutsummaryrefslogtreecommitdiff
path: root/code/.config/Code/User/settings.json
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-02-09 21:24:27 +0100
committerBond_009 <bond.009@outlook.com>2023-02-09 21:24:27 +0100
commitdb5fc71daf30c0f5f75adee2f9cfa81e2e00d29e (patch)
tree5ad802595523dffa67d49cfc43f7521e050b0373 /code/.config/Code/User/settings.json
parent8433022e045b3e38f2d24e734c6f4937c24f4a53 (diff)
Use rust-analyzer
Diffstat (limited to 'code/.config/Code/User/settings.json')
-rw-r--r--code/.config/Code/User/settings.json5
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,