Update devcontainer schema for customizations.codespaces.openFiles (#161637)

This commit is contained in:
Josh Abernathy 2022-09-29 03:02:29 -04:00 committed by GitHub
parent 96dda01daf
commit d3e330e4da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 0 deletions

View file

@ -173,6 +173,13 @@
]
}
}
},
"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"
}
}
}
}

View file

@ -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

View file

@ -501,6 +501,13 @@
]
}
}
},
"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"
}
}
}
}