Skip to content

Commit a93ffac

Browse files
committed
Add forwardPorts to schema (microsoft/vscode-remote-release#1009)
1 parent c5c2551 commit a93ffac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
"$ref": "vscode://schemas/settings/machine",
2525
"description": "Machine specific settings that should be copied into the container."
2626
},
27+
"forwardPorts": {
28+
"type": "array",
29+
"description": "Ports that are forwarded from the container to the local machine.",
30+
"items": {
31+
"type": "integer"
32+
}
33+
},
2734
"remoteEnv": {
2835
"type": "object",
2936
"additionalProperties": {

0 commit comments

Comments
 (0)