Add customizations.codespaces.disableAutomaticConfiguration to the devcontainer schema (#223083)

This commit is contained in:
Caleb Brose
2024-07-23 10:02:53 -05:00
committed by GitHub
parent 6c15586994
commit d4d2ee31db

View File

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