Skip to content

Commit ddda7bb

Browse files
committed
Sunset RLS
1 parent a5b6bc6 commit ddda7bb

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Processes.md

-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ git tag -s v1.2.3 -m "Release 1.2.3"
5151
`cargo publish`
5252

5353
## 5. Create a PR to rust-lang/rust to update the rustfmt submodule
54-
55-
Note that if you are updating `rustc-ap-*` crates, then you need to update **every** submodules in the rust-lang/rust repository that depend on the crates to use the same version of those.
56-
57-
As of 2019/05, there are two such crates: `rls` and `racer` (`racer` depends on `rustc-ap-syntax` and `rls` depends on `racer`, and `rls` is one of submodules of the rust-lang/rust repository).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ completed without error (whether or not changes were made).
135135
* [Emacs](https://github.com/rust-lang/rust-mode)
136136
* [Sublime Text 3](https://packagecontrol.io/packages/RustFmt)
137137
* [Atom](atom.md)
138-
* Visual Studio Code using [vscode-rust](https://github.com/editor-rs/vscode-rust), [vsc-rustfmt](https://github.com/Connorcpu/vsc-rustfmt) or [rls_vscode](https://github.com/jonathandturner/rls_vscode) through RLS.
138+
* [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
139139
* [IntelliJ or CLion](intellij.md)
140140

141141

atom.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Running Rustfmt from Atom
22

3-
## RLS
3+
## rust-analyzer
44

5-
Rustfmt is included with the Rust Language Server, itself provided by [ide-rust](https://atom.io/packages/ide-rust).
5+
Rustfmt can be utilized from [rust-analyzer](https://rust-analyzer.github.io/) which is provided by [ide-rust](https://atom.io/packages/ide-rust).
66

77
`apm install ide-rust`
88

0 commit comments

Comments
 (0)