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