File tree Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "build" : {
3- // instructs devcontainers to use a Dockerfile
4- // rather than a pre-defined image
5- "dockerfile" : " Dockerfile"
6- },
7- "customizations" : {
8- "vscode" : {
9- "extensions" : [
10- " ms-azuretools.vscode-docker" , // docker support
11- " BazelBuild.vscode-bazel" // bazel support
12- ]
13- }
14- },
15- // sets up pre-commit hooks
16- "postStartCommand" : " pre-commit install"
17- }
18-
2+ "build" : {
3+ // instructs devcontainers to use a Dockerfile
4+ // rather than a pre-defined image
5+ "dockerfile" : " Dockerfile"
6+ },
7+ "customizations" : {
8+ "vscode" : {
9+ "extensions" : [
10+ " ms-azuretools.vscode-docker" , // docker support
11+ " BazelBuild.vscode-bazel" // bazel support
12+ ]
13+ }
14+ },
15+ // sets up pre-commit hooks
16+ "postStartCommand" : " pre-commit install"
17+ }
Original file line number Diff line number Diff line change 44
55# Commitizen runs in commit-msg stage
66# but we don't want to run the other hooks on commit messages
7- default_stages : [commit]
7+ default_stages : [pre- commit]
88
99# Use a slightly older version of node by default
1010# as the default uses a very new version of GLIBC
You can’t perform that action at this time.
0 commit comments