mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 06:38:23 +00:00
Machine specific settings in devcontainer.json (fixes microsoft/vscode-remote-release#409)
This commit is contained in:
parent
573db67461
commit
8076181795
1 changed files with 4 additions and 0 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue