From 40651a4054e2aee566211e9961f17214c6340637 Mon Sep 17 00:00:00 2001 From: azyobuzin Date: Thu, 11 May 2017 18:48:27 +0900 Subject: [PATCH 1/2] Change the link of Visual Studio Code extension RustyCode is no longer maintained. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4b14f473c..e4a214b4fe9 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ You can run `rustfmt --help` for more information. * [Emacs](https://github.com/rust-lang/rust-mode) * [Sublime Text 3](https://packagecontrol.io/packages/BeautifyRust) * [Atom](atom.md) -* Visual Studio Code using [RustyCode](https://github.com/saviorisdead/RustyCode) or [vsc-rustfmt](https://github.com/Connorcpu/vsc-rustfmt) +* Visual Studio Code using [vscode-rust](https://github.com/editor-rs/vscode-rust) or [vsc-rustfmt](https://github.com/Connorcpu/vsc-rustfmt) ## Checking style on a CI server From 39bdd3d24f9ba2cc8b56d449e9429c846c802beb Mon Sep 17 00:00:00 2001 From: azyobuzin Date: Fri, 12 May 2017 20:06:28 +0900 Subject: [PATCH 2/2] Add a link of rls_vscode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a214b4fe9..0f641775a5e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ You can run `rustfmt --help` for more information. * [Emacs](https://github.com/rust-lang/rust-mode) * [Sublime Text 3](https://packagecontrol.io/packages/BeautifyRust) * [Atom](atom.md) -* Visual Studio Code using [vscode-rust](https://github.com/editor-rs/vscode-rust) or [vsc-rustfmt](https://github.com/Connorcpu/vsc-rustfmt) +* 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. ## Checking style on a CI server