Vscode: Git: Gracefully handle git hooks

Created on 5 Dec 2018  路  2Comments  路  Source: microsoft/vscode

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.

feature-request git help wanted

Most helpful comment

It would also nice in this feature to choose whether to run the hooks or not. The same feature is available in Webstorm.

All 2 comments

It would also nice in this feature to choose whether to run the hooks or not. The same feature is available in Webstorm.

Any update on this issue?

Was this page helpful?
0 / 5 - 0 ratings