mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user