DevContainer: Recommend clang-18, and bump feature version

This commit is contained in:
Andrew Kaster
2024-04-22 20:23:58 -06:00
committed by Andrew Kaster
parent c5cd1ad737
commit 751ddae7a2
3 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:1": {},
"./features/serenity": {
"llvm_version": 16,
"llvm_version": 18,
"enable_ladybird": true,
"enable_serenity": true
},