Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ff045f

Browse files
Update devcontainer.json schema - Adds 'overrideFeatureInstallOrder'
1 parent 7791da1 commit 0ff045f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schemas/devContainer.base.schema.json

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
"description": "Features to add to the dev container.",
1717
"additionalProperties": true
1818
},
19+
"overrideFeatureInstallOrder": {
20+
"type": "array",
21+
"description": "Array consisting of the Feature id (without the semantic version) of Features in the order the user wants them to be installed.",
22+
"items": {
23+
"type": "string"
24+
}
25+
},
1926
"forwardPorts": {
2027
"type": "array",
2128
"description": "Ports that are forwarded from the container to the local machine. Can be an integer port number, or a string of the format \"host:port_number\".",

0 commit comments

Comments
 (0)