Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/devcontainer-json/_shared/latest--devContainer.vscode.schema.json
Parent schema devcontainer-json
Type: object

Properties

customizations object
1 nested properties
vscode object
4 nested properties
extensions string[]

An array of extensions that should be installed into the container. A minus '-' in front of the extension id removes it from the list of extensions to be installed.

settings Machine

Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again.

mcp Mcp

Model Context Protocol server configurations

devPort integer

The port VS Code can use to connect to its backend.

extensions string[]

An array of extensions that should be installed into the container. A minus '-' in front of the extension id removes it from the list of extensions to be installed.

settings Machine

Machine specific settings that should be copied into the container. These are only copied when connecting to the container for the first time, rebuilding the container then triggers it again.

devPort integer

The port VS Code can use to connect to its backend.