mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Add customizations.codespaces.disableAutomaticConfiguration to the devcontainer schema (#223083)
This commit is contained in:
@@ -180,6 +180,11 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"disableAutomaticConfiguration": {
|
||||
"type": "boolean",
|
||||
"description": "Disables the setup that is automatically run in a codespace if no `postCreateCommand` is specified.",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user