Skip to content

Commit a108063

Browse files
Document codespaces.disableAutomaticConfiguration (#1132)
* Document `codespaces.disableAutomaticConfiguration` * Update src/universal/README.md Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Update src/universal/README.md Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> --------- Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
1 parent 365f492 commit a108063

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/universal/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@ Alternatively, you can use the contents of [.devcontainer](.devcontainer) to ful
5353

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

56+
## Disabling Automatic Setup in Codespaces
57+
58+
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:
59+
60+
```jsonc
61+
"customizations": {
62+
// Configure properties specific to Codespaces.
63+
"codespaces": {
64+
"disableAutomaticConfiguration": true
65+
}
66+
}
67+
```
68+
5669
## License
5770

5871
Copyright (c) Microsoft Corporation. All rights reserved.

0 commit comments

Comments
 (0)