Files
SCM-Manager/scm-ui
Eduard Heimbuch a9bf3c54e6 merge with develop
2020-08-10 11:39:18 +02:00
..
2020-06-18 10:54:38 +00:00
2020-08-10 11:36:46 +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-08-04 17:34:33 +02:00
2020-06-18 10:54:38 +00:00
2020-06-18 10:54:38 +00:00
2020-08-04 17:34:33 +02:00
2020-06-18 10:54:38 +00:00
2020-08-10 11:39:18 +02:00
2020-08-04 14:29:12 +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