Support devcontainers for git hooks

15 votes

As a VSCode user, I would like to be able to run the git hooks within the devcontainer for a repository so that I don't have to additionally configure all of the tooling on the host.

Many repositories are now configured with devcontainers which are fantastic as all of the tooling setup is taken care of. Many of these also use git hooks for linting and other code quality tasks. Unfortunately, this forces the user to either configure the tools on the host (which defeats the point of the devcontainer) or to use git cli.

Perhaps the best way to do this would be a VSCode extension to act as a proxy between GitKraken and the devcontainer?

Under consideration Suggested by: DE Upvoted: 15 Jan Comments: 2

Comments: 2