mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2025-03-23 01:53:45 +03:00
22 lines
499 B
JSON
22 lines
499 B
JSON
|
{
|
||
|
"name": "Wine",
|
||
|
"id": "wine",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A feature to remind you of your favorite color",
|
||
|
"options": {
|
||
|
"favorite": {
|
||
|
"type": "string",
|
||
|
"enum": [
|
||
|
"red",
|
||
|
"gold",
|
||
|
"green"
|
||
|
],
|
||
|
"default": "red",
|
||
|
"description": "Choose your favorite color."
|
||
|
}
|
||
|
},
|
||
|
"installsAfter": [
|
||
|
"ghcr.io/devcontainers/features/common-utils"
|
||
|
]
|
||
|
}
|