mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
21f500937b
This configuration allows developing serenity and ladybird in github codespaces. It should also help anyone who wants to use a devcontainer locally.
28 lines
811 B
JSON
28 lines
811 B
JSON
{
|
|
"name": "Serenity Development",
|
|
"id": "serenity",
|
|
"version": "1.0.0",
|
|
"description": "Enable development of Serenity and Lagom libraries and applications",
|
|
"options": {
|
|
"llvm_version": {
|
|
"type": "string",
|
|
"proposals": [
|
|
14,
|
|
15,
|
|
"trunk"
|
|
],
|
|
"default": 15,
|
|
"description": "Select LLVM compiler version to use"
|
|
},
|
|
"enable_ladybird": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "Install Qt6 packages for Ladybird development"
|
|
},
|
|
"enable_serenity": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "Install packages for SerenityOS development"
|
|
}
|
|
}
|
|
}
|