Files
SCM-Manager/scm-ui
René Pfeuffer e3eb8a99d0 Update required plugins if available
When plugins are updated, we should update required plugins, too, so
that we do not get errors when new plugins use features not available
in the old versions of required plugins.
2020-07-03 07:22:06 +02:00
..
2020-06-18 10:54:38 +00:00
2020-06-18 10:54:38 +00:00
2020-06-18 10:54:38 +00:00
2020-06-18 10:54:38 +00:00
2020-06-18 10:54:38 +00:00
2020-07-02 11:32:41 +02:00
2020-06-18 10:54:38 +00:00
2020-06-30 07:48:36 +02:00
2020-06-18 10:54:38 +00:00
2020-06-18 10:54:38 +00:00
2020-06-24 17:44:30 +02:00
2020-06-18 10:54:38 +00:00
2020-06-18 10:54:38 +00:00
2020-06-23 16:22:47 +00:00
2018-07-25 08:57:38 +02:00

scm-ui

VSCode Plugins

  • EditorConfig for VS Code
  • Flow Language Support
  • Prettier - Code formatter
  • Project Snippets
  • Debugger for Chrome
code --install-extension EditorConfig.EditorConfig
code --install-extension flowtype.flow-for-vscode
code --install-extension esbenp.prettier-vscode
code --install-extension rebornix.project-snippets

# debugging with chrome browser
code --install-extension msjsdiag.debugger-for-chrome

Install pre-commit hook

echo "" >> .hg/hgrc
echo "[hooks]" >> .hg/hgrc
echo "pre-commit = cd scm-ui && yarn run pre-commit" >> .hg/hgrc