mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 21:36:43 +02:00
Sometimes fails the navigation to a detail page after search. This happens because of the OverviewPageActions which pushes the value of the filter to history. This happens on change and on render, which could lead to a navigation back to the overview even after a click on an item in the overview.
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