Files
SCM-Manager/scm-ui
Tarik Gürsoy 9b5e8b1d67 Bugfix Typo in Diff Load Lines
A typo was fixed by adding an additional check to see if we have 1 or more than 1 lines to load

Committed-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
Co-authored-by: tarik-guersoy <tarik.guersoy@cloudogu.com>
2023-08-16 13:53:46 +02:00
..
2023-08-10 10:02:51 +02:00
2023-08-15 16:18:13 +02:00
2023-08-15 16:18:13 +02:00
2023-08-16 13:53:46 +02:00
2022-09-14 13:31:50 +02:00
2023-08-01 09:01:20 +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