This commit is contained in:
Christof Marti 2020-01-24 14:51:53 +01:00
parent c5c2551f7c
commit a93ffac38a

View file

@ -24,6 +24,13 @@
"$ref": "vscode://schemas/settings/machine",
"description": "Machine specific settings that should be copied into the container."
},
"forwardPorts": {
"type": "array",
"description": "Ports that are forwarded from the container to the local machine.",
"items": {
"type": "integer"
}
},
"remoteEnv": {
"type": "object",
"additionalProperties": {