Files
SCM-Manager/scm-ui
eheimbuch bd340e9c36 Merge pull request #1340 from scm-manager/bugfix/load_sources_with_offset
Handling of branch with slashes in source view
2020-09-21 14:56:58 +02:00
..
2020-09-18 16:02:20 +02:00
2020-09-11 06:21:29 +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