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 +```