Meta: Switch to different source for pre-commit feature in dev-container

This commit is contained in:
Philipp Dreher 2025-06-21 09:16:50 +00:00 committed by Jelle Raaijmakers
commit c414f0c43e
Notes: github-actions[bot] 2025-06-21 18:19:26 +00:00

View file

@ -4,7 +4,7 @@
// Features to add to the dev container. More info: https://containers.dev/implementors/features.
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers-extra/features/pre-commit:2": {},
"./features/ladybird": {
"llvm_version": 20
},