Files
SCM-Manager/scm-ui
René Pfeuffer 5a3bb52b72 Fix update of sources
An Update of sources must not set the hunk count.
2020-03-10 09:28:03 +01:00
..
2020-02-25 16:22:54 +01:00
2020-02-25 16:22:54 +01:00
2020-02-20 11:31:21 +01:00
2020-02-25 16:37:17 +01:00
2020-03-10 09:28:03 +01:00
2020-02-14 13:40:39 +01: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