1
0
mirror of synced 2025-12-20 10:28:40 -05:00

Codespaces prebuilds GA + minor updates

This commit is contained in:
Sarita Iyer
2022-06-08 09:28:31 -04:00
parent b0ba7588d8
commit 194deca9db
14 changed files with 16 additions and 28 deletions

View File

@@ -14,8 +14,6 @@ product: '{% data reusables.gated-features.codespaces %}'
permissions: People with write permissions to a repository can create or edit the dev container configuration for a branch.
---
{% data reusables.codespaces.prebuilds-beta-note %}
Any changes you make to the dev container configuration for a prebuild-enabled branch will result in an update to the codespace configuration and the associated prebuild template. Its therefore important to test such changes in a codespace from a test branch before committing your changes to a branch of your repository that's actively used. This will ensure youre not introducing breaking changes for your team.
For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)."