Add "customizations" to unblock microsoft/dev-container-spec#1

This commit is contained in:
Christof Marti
2022-03-24 21:18:52 +01:00
parent 56b06f83d9
commit 177fb07e50
2 changed files with 48 additions and 0 deletions

View File

@@ -306,6 +306,14 @@
}
}
]
},
"customizations": {
"type": "object",
"additionalProperties": {
"type": "object",
"additionalProperties": true
},
"description": "Tool-specific configuration. Each tool should use a JSON object subproperty with a unique name to group its customizations."
}
}
},