From f9ebc26fefc108c806b2fb581348e5274a7f3256 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 12 Jul 2018 08:56:19 +0200 Subject: [PATCH] added readme with plugin list for vscode --- scm-ui/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scm-ui/README.md diff --git a/scm-ui/README.md b/scm-ui/README.md new file mode 100644 index 0000000000..af0586949e --- /dev/null +++ b/scm-ui/README.md @@ -0,0 +1,15 @@ +# scm-ui + +## VSCode Plugins + +* EditorConfig for VS Code +* Flow Language Support +* Prettier - Code formatter +* Project Snippets + +```bash +code --install-extension EditorConfig.EditorConfig +code --install-extension flowtype.flow-for-vscode +code --install-extension esbenp.prettier-vscode +code --install-extension rebornix.project-snippets +```