File tree Expand file tree Collapse file tree 3 files changed +49
-0
lines changed
extensions/configuration-editing/schemas Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 173
173
]
174
174
}
175
175
}
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
+ }
176
183
}
177
184
}
178
185
}
Original file line number Diff line number Diff line change 600
600
}
601
601
},
602
602
"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
+ }
603
610
}
604
611
},
605
612
"additionalProperties" : false
1210
1217
}
1211
1218
},
1212
1219
"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
+ }
1213
1227
}
1214
1228
},
1215
1229
"additionalProperties" : false
1786
1800
}
1787
1801
},
1788
1802
"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
+ }
1789
1810
}
1790
1811
},
1791
1812
"additionalProperties" : false
2336
2357
}
2337
2358
},
2338
2359
"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
+ }
2339
2367
}
2340
2368
},
2341
2369
"additionalProperties" : false
2851
2879
}
2852
2880
},
2853
2881
"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
+ }
2854
2889
}
2855
2890
},
2856
2891
"additionalProperties" : false
Original file line number Diff line number Diff line change 501
501
]
502
502
}
503
503
}
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
+ }
504
511
}
505
512
}
506
513
}
You can’t perform that action at this time.
0 commit comments