Skip to content

Commit

Permalink
Document codespaces.disableAutomaticConfiguration (#1132)
Browse files Browse the repository at this point in the history
* Document `codespaces.disableAutomaticConfiguration`

* Update src/universal/README.md

Co-authored-by: Samruddhi Khandale <[email protected]>

* Update src/universal/README.md

Co-authored-by: Samruddhi Khandale <[email protected]>

---------

Co-authored-by: Samruddhi Khandale <[email protected]>
  • Loading branch information
cmbrose and samruddhikhandale authored Jul 22, 2024
1 parent 365f492 commit a108063
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/universal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ Alternatively, you can use the contents of [.devcontainer](.devcontainer) to ful

Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.

## Disabling Automatic Setup in Codespaces

Codespaces will automatically perform some default setup when the `universal` image is used and no `postCreateCommand` is provided. This can be disabled with the `customizations.codespaces.disableAutomaticConfiguration` setting:

```jsonc
"customizations": {
// Configure properties specific to Codespaces.
"codespaces": {
"disableAutomaticConfiguration": true
}
}
```

## License

Copyright (c) Microsoft Corporation. All rights reserved.
Expand Down

0 comments on commit a108063

Please sign in to comment.