Skip to content

Commit d4d2ee3

Browse files
authored
Add customizations.codespaces.disableAutomaticConfiguration to the devcontainer schema (microsoft#223083)
1 parent 6c15586 commit d4d2ee3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extensions/configuration-editing/schemas/devContainer.codespaces.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@
180180
"items": {
181181
"type": "string"
182182
}
183+
},
184+
"disableAutomaticConfiguration": {
185+
"type": "boolean",
186+
"description": "Disables the setup that is automatically run in a codespace if no `postCreateCommand` is specified.",
187+
"default": false
183188
}
184189
}
185190
}

0 commit comments

Comments
 (0)