This commit is contained in:
Christof Marti
2019-11-20 16:55:08 +01:00
parent aa83ef27fd
commit 6be5444bf5
2 changed files with 21 additions and 0 deletions

View File

@@ -18,6 +18,13 @@
"type": "integer"
}
},
"remoteEnv": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Remote environment variables."
},
"extensions": {
"type": "array",
"description": "An array of extensions that should be installed into the container.",