latest--devContainer.codespaces.schema
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/devcontainer-json/_shared/latest--devContainer.codespaces.schema.json |
| Parent schema | devcontainer-json |
Type:
object
Properties
customizations
object
1 nested properties
codespaces
object
Customizations specific to GitHub Codespaces
3 nested properties
repositories
object
Configuration relative to the given repositories, following the format 'owner/repo'. A wildcard () is permitted for the repo name (eg: 'microsoft/')
openFiles
string[]
The paths to the files to open when the codespace is created. Paths are relative to the workspace.
disableAutomaticConfiguration
boolean
Disables the setup that is automatically run in a codespace if no postCreateCommand is specified.
codespaces
object
Codespaces-specific configuration.