Files
SCM-Manager/scm-ui
Sebastian Sdorra 033c213cf2 fix scrolling for markdown content, which is loaded asynchronous
The code to find and scroll to the anchor is now moved from the
ScrollToTop component to the MarkdownView. The anchor with the id from
location hash, is searched after the MarkdownView and all its children
finished rendering.
2019-05-21 10:22:53 +02:00
..
2018-07-31 10:01:59 +02:00
2018-07-11 22:01:36 +02:00
2019-04-24 09:59:29 +02:00
2019-05-03 08:45:00 +02:00
2018-08-31 10:47:42 +02:00
2018-08-30 11:40:53 +02:00
2018-09-06 14:42:48 +02: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