2023-05-22 03:59:53 +00:00
|
|
|
// The docker image used below was generated from '.devcontainer/devcontainer.json'
|
|
|
|
// by the '.github/workflows/dev-container.yml' workflow.
|
|
|
|
//
|
2023-05-24 18:07:34 +00:00
|
|
|
// 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,
|
2023-05-22 03:59:53 +00:00
|
|
|
// getting you into your development environment faster!
|
|
|
|
{
|
2024-05-30 21:06:21 +00:00
|
|
|
"name": "Ladybird (Pre-Built Image)",
|
|
|
|
"image": "ghcr.io/ladybirdwebbrowser/ladybird-devcontainer:base"
|
2023-05-22 03:59:53 +00:00
|
|
|
}
|