Change the link of Visual Studio Code extension

RustyCode is no longer maintained.
This commit is contained in:
azyobuzin 2017-05-11 18:48:27 +09:00
parent 18070f4041
commit 40651a4054

View File

@ -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