Machine specific settings in devcontainer.json (fixes microsoft/vscode-remote-release#409)

This commit is contained in:
Christof Marti 2019-05-22 17:21:54 +02:00
parent 573db67461
commit 8076181795

View file

@ -17,6 +17,10 @@
"type": "string"
}
},
"settings": {
"type": "object",
"description": "Machine specific settings that should be copied into the container."
},
"postCreateCommand": {
"type": ["string", "array"],
"description": "A command to run after creating the container. If this is a single string, it will be run in a shell. If this is an array of strings, it will be run as a single command without shell.",