devcontainer: add setup script

This commit is contained in:
Brian Rosner 2024-05-31 21:34:13 +00:00 committed by GitHub
parent 3aa34492e4
commit 2dd1bfb0ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,5 +6,5 @@
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
},
"postCreateCommand": "pre-commit install"
"postCreateCommand": ".devcontainer/setup.sh"
}