Microsoft/vscode

Git - Gracefully handle git hooks

Open

#64,409 创建于 2018年12月5日

在 GitHub 查看
 (4 评论) (44 反应) (1 负责人)TypeScript (74,848 star) (10,221 fork)batch import
feature-requestgithelp wanted

描述

Most projects will have some form of precommit hooks for linting or tests through libraries such as lint-staged and husky.

When committing via the source control panel in VSCode there's no visual indicator for when a git hook is running. I think this could be an opportunity to put some UI indicator around this.

贡献者指南