ladybird/.devcontainer/optimized/devcontainer.json
2024-06-03 10:53:53 +02:00

12 lines
510 B
JSON

// The docker image used below was generated from '.devcontainer/devcontainer.json'
// by the '.github/workflows/dev-container.yml' workflow.
//
// By building this dev container image in advance, tools
// like GitHub Codespaces (https://containers.dev/supporting)
// do not need to install all the prerequsite dependencies from scratch,
// getting you into your development environment faster!
{
"name": "Ladybird (Pre-Built Image)",
"image": "ghcr.io/ladybirdwebbrowser/ladybird-devcontainer:base"
}