Files
SCM-Manager/scm-ui
René Pfeuffer 0932c6e71f Use a transparent SCMM logo in plugin center (#1936)
This replaces the SCM-Manager logo for the plugins
without own icons with a version with a transparent
background to make it less intense in dark themes.
2022-01-27 11:11:06 +01: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