added readme with plugin list for vscode

This commit is contained in:
Sebastian Sdorra
2018-07-12 08:56:19 +02:00
parent 8bfef1616c
commit f9ebc26fef

15
scm-ui/README.md Normal file
View File

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