From b5e9088ed3c43e16244181c0152b0e8faf02a4db Mon Sep 17 00:00:00 2001 From: Sinh Pham Date: Fri, 1 Jan 2016 09:30:36 -0800 Subject: [PATCH] Add doc for Visual Studio Code plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e58da373dda..881a86c7856b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ You can run `rustfmt --help` for more information. * [Emacs](https://github.com/fbergroth/emacs-rustfmt) * [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) ## How to build and test