mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-24 16:04:37 +03:00
13 lines
282 B
JSON
13 lines
282 B
JSON
{
|
|
"color_and_hello": {
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
|
"features": {
|
|
"color": {
|
|
"favorite": "purple"
|
|
},
|
|
"hello": {
|
|
"greeting": "Greetings"
|
|
}
|
|
}
|
|
}
|
|
} |