1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Correct misleading subheading (#27360)

This commit is contained in:
hubwriter
2022-05-11 16:26:50 +01:00
committed by GitHub
parent f57fe42ec9
commit d7f1e7541e
4 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ For more information, see "[Introduction to dev containers](/codespaces/setting-
](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)."
1. In the codespace, check out a test branch. For more information, see "[Using source control in your codespace](/codespaces/developing-in-codespaces/using-source-control-in-your-codespace#creating-or-switching-branches)."
1. Make the required changes to the dev container configuration.
1. Apply the changes by rebuilding the container. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers#applying-changes-to-your-configuration)."
1. Apply the changes by rebuilding the container. For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers#applying-configuration-changes-to-a-codespace)."
1. After everything looks good, we also recommend creating a new codespace from your test branch to ensure everything is working. You can then commit your changes to your repository's default branch, or an active feature branch, triggering an update of the prebuild template for that branch.
{% note %}