Skip to content

Commit

Permalink
Add customizations.codespaces.disableAutomaticConfiguration to the de…
Browse files Browse the repository at this point in the history
…vcontainer schema (microsoft#223083)
  • Loading branch information
cmbrose authored Jul 23, 2024
1 parent 6c15586 commit d4d2ee3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit d4d2ee3

Please sign in to comment.