mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-17 01:41:41 +02:00
added readme with plugin list for vscode
This commit is contained in:
15
scm-ui/README.md
Normal file
15
scm-ui/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user