Meta: Update the devcontainer configuration

Update the base image and the feature images
Add new packages to the install.sh command
as they are now needed by some dependencies, that are built via vcpkg
Add newer clang version, but the default stays the same
This commit is contained in:
Totto16
2024-10-11 20:03:41 +02:00
committed by Andrew Kaster
parent 711faa8280
commit 846a3a16e2
4 changed files with 5 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "Ladybird",
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"image": "mcr.microsoft.com/devcontainers/base:noble",
// 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:1": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"./features/ladybird": {
"llvm_version": 18,
},