From 864b09c9b8ea419a47b39e42aea1a4c07639a865 Mon Sep 17 00:00:00 2001 From: Tillmann Rendel Date: Tue, 1 Feb 2022 19:47:49 +0100 Subject: [PATCH] vscode: only recommend rust-analyzer (#3020) Previously, both RLS and Rust-Analyzer were recommended, now we just recommend RA. --- .vscode/extensions.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 46b105d37..30b38bfa9 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,10 +1,8 @@ +// spell-checker:ignore (misc) matklad +// see for the documentation about the extensions.json format { - // spell-checker:ignore (misc) matklad - // see for the documentation about the extensions.json format "recommendations": [ // Rust language support. - "rust-lang.rust", - // Provides support for rust-analyzer: novel LSP server for the Rust programming language. "matklad.rust-analyzer", // `cspell` spell-checker support "streetsidesoftware.code-spell-checker"