Merge pull request from azyobuzin/vscodeextlink

Change the link of Visual Studio Code extension
This commit is contained in:
Nick Cameron 2017-05-13 09:54:09 +12:00 committed by GitHub
commit d7ed9b50d1

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), [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