Skip to content

Commit d3e330e

Browse files
authored
Update devcontainer schema for customizations.codespaces.openFiles (microsoft#161637)
1 parent 96dda01 commit d3e330e

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,13 @@
173173
]
174174
}
175175
}
176+
},
177+
"openFiles": {
178+
"type": "array",
179+
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
180+
"items": {
181+
"type": "string"
182+
}
176183
}
177184
}
178185
}

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,13 @@
600600
}
601601
},
602602
"additionalProperties": false
603+
},
604+
"openFiles": {
605+
"type": "array",
606+
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
607+
"items": {
608+
"type": "string"
609+
}
603610
}
604611
},
605612
"additionalProperties": false
@@ -1210,6 +1217,13 @@
12101217
}
12111218
},
12121219
"additionalProperties": false
1220+
},
1221+
"openFiles": {
1222+
"type": "array",
1223+
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
1224+
"items": {
1225+
"type": "string"
1226+
}
12131227
}
12141228
},
12151229
"additionalProperties": false
@@ -1786,6 +1800,13 @@
17861800
}
17871801
},
17881802
"additionalProperties": false
1803+
},
1804+
"openFiles": {
1805+
"type": "array",
1806+
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
1807+
"items": {
1808+
"type": "string"
1809+
}
17891810
}
17901811
},
17911812
"additionalProperties": false
@@ -2336,6 +2357,13 @@
23362357
}
23372358
},
23382359
"additionalProperties": false
2360+
},
2361+
"openFiles": {
2362+
"type": "array",
2363+
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
2364+
"items": {
2365+
"type": "string"
2366+
}
23392367
}
23402368
},
23412369
"additionalProperties": false
@@ -2851,6 +2879,13 @@
28512879
}
28522880
},
28532881
"additionalProperties": false
2882+
},
2883+
"openFiles": {
2884+
"type": "array",
2885+
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
2886+
"items": {
2887+
"type": "string"
2888+
}
28542889
}
28552890
},
28562891
"additionalProperties": false

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,13 @@
501501
]
502502
}
503503
}
504+
},
505+
"openFiles": {
506+
"type": "array",
507+
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
508+
"items": {
509+
"type": "string"
510+
}
504511
}
505512
}
506513
}

0 commit comments

Comments
 (0)