mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Update devcontainer schema for customizations.codespaces.openFiles (#161637)
This commit is contained in:
@@ -600,6 +600,13 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"openFiles": {
|
||||
"type": "array",
|
||||
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@@ -1210,6 +1217,13 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"openFiles": {
|
||||
"type": "array",
|
||||
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@@ -1786,6 +1800,13 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"openFiles": {
|
||||
"type": "array",
|
||||
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@@ -2336,6 +2357,13 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"openFiles": {
|
||||
"type": "array",
|
||||
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@@ -2851,6 +2879,13 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"openFiles": {
|
||||
"type": "array",
|
||||
"description": "The paths to the files to open when the codespace is created. Paths are relative to the workspace.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user