From 1b853dcc67dccda35a6ab2e19055fa3e17c65aa7 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 29 Aug 2022 13:02:49 -0700 Subject: [PATCH] Add notice that RLS is no longer supported --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7142c..56c5f91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -[![Build Status](https://github.com/rust-lang/rls/workflows/CI/badge.svg?branch=master)](https://github.com/rust-lang/rls/actions?query=workflow%3ACI+branch%3Amaster) +# ⚠️ RLS is no longer supported + +RLS has been deprecated and is no longer supported. +It has been replaced with [rust-analyzer](https://rust-analyzer.github.io/). +Users are encouraged to uninstall RLS and follow the instructions in the +rust-analyzer manual to install it for your editor. + +---- # Rust Language Server (RLS)