Skip to content

Commit e943540

Browse files
committed
1 parent 1a03d6b commit e943540

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

extensions/configuration-editing/schemas/devContainer.schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@
4848
"type": "string",
4949
"description": "The user VS Code Server will be started with. The default is the same user as the container."
5050
},
51+
"initializeCommand": {
52+
"type": [
53+
"string",
54+
"array"
55+
],
56+
"description": "A command to run locally before anything else. 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.",
57+
"items": {
58+
"type": "string"
59+
}
60+
},
5161
"postCreateCommand": {
5262
"type": [
5363
"string",

0 commit comments

Comments
 (0)