Files
SCM-Manager/scm-ui
Eduard Heimbuch ec57aa88fa add co-authors if available to changeset view
refactor ChangesetAuthor.tsx

get interfaces right / fix unit test / cleanup

fix table layout

use Set constructor injection to bind the implementation for the new changesetTrailers API

cleanup / update CHANGELOG.md

cleanup

fix formatting
2020-06-08 08:57:53 +02:00
..
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-04 09:03:17 +00:00
2020-06-08 08:57:53 +02:00
2020-06-04 09:41:11 +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