4 comments (4 comments)44 reactions (44 reactions)1 assignee (1 assignee)TypeScript39,847 forks (39,847 forks)batch import
feature-requestgithelp wanted
Repository metrics
- Stars
- 184,936 stars (184,936 stars)
- PR merge metrics
- Avg merge 11h 43m (Avg merge 11h 43m)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Description
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.
Contributor guide
- Research direction
- Investigate the source control UI in VSCode to find where git hooks are run and how to display a progress indicator or notification when a hook is executing. Look at the Git extension's source code in vscode repository for relevant IPC or event handlers.
- Tech stack
- typescript
- Domain
- developer experience
- Issue type
- Feature
- Prerequisites
- GitVSCode extension API