Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Jan 6, 2025
1 parent cc96a79 commit 082cf33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"postCreateCommand": "pip install pre-commit",
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -25,6 +26,5 @@
"terminal.integrated.defaultProfile.linux": "pwsh"
}
}
},
"postCreateCommand": "Import-Module BCContainerHelper && pip install pre-commit && pre-commit install --install-hooks --overwrite"
}
}
}

0 comments on commit 082cf33

Please sign in to comment.