devcontainers-features/test/_global/scenarios.json

13 lines
282 B
JSON
Raw Normal View History

2023-09-15 20:25:04 +03:00
{
"color_and_hello": {
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"color": {
"favorite": "purple"
},
"hello": {
"greeting": "Greetings"
}
}
}
}