Files
SCM-Manager/scm-ui
Florian Scholdei 75695f9fb1 Convert truthy value to true and reintroduce PrimaryContentColumn sizing
Fixes issues that occurred after #224.
2023-12-14 09:01:48 +01:00
..
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
2022-09-14 13:31:50 +02:00
2023-08-29 16:39:09 +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