Files
SCM-Manager/scm-ui
René Pfeuffer abedebda10 Fix redirect to requested location in anonymous mode
If anonymous mode is enabled, the user should be redirected to the
requested location after login, when he entered a restricted URL.
Therefore we have to append the requested location to the login link
here.
2020-09-02 10:18:42 +02:00
..
2020-06-18 10:54:38 +00:00
2020-09-01 13:52:15 +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-06-18 10:54:38 +00:00
2020-09-01 13:52:15 +00:00
2020-06-18 10:54:38 +00:00
2020-09-01 13:52:15 +00:00
2020-09-01 13:52:15 +00:00
2020-06-18 10:54:38 +00:00
2020-08-14 08:15:36 +00:00
2020-09-01 13:52:15 +00:00
2020-09-01 14:26:34 +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