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.",

View file

@ -22,6 +22,13 @@
"$ref": "vscode://schemas/settings/machine",
"description": "Machine specific settings that should be copied into the container."
},
"remoteEnv": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Remote environment variables."
},
"postCreateCommand": {
"type": [
"string",
@ -55,6 +62,13 @@
]
}
},
"containerEnv": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Container environment variables."
},
"runArgs": {
"type": "array",
"description": "The arguments required when starting in the container.",