From 1fb363ad876fe9b860bd9a5d46dda523206775d6 Mon Sep 17 00:00:00 2001 From: Sagita <33929105+Nkevi@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:48:37 +0800 Subject: [PATCH] Check the number of active codespaces before creating a new one in Step 3 (#94) --- .github/steps/3-customize-codespace.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/steps/3-customize-codespace.md b/.github/steps/3-customize-codespace.md index 3b07dc8..8b3e34f 100644 --- a/.github/steps/3-customize-codespace.md +++ b/.github/steps/3-customize-codespace.md @@ -38,6 +38,10 @@ Let's customize some settings in the `devcontainer.json` file! 1. Create a new codespace by navigating to the landing page of your repository. 1. Click the **Code** button located in the middle of the page. 1. Click the **Codespaces** tab on the box that pops up. +1. Ensure the number of active codespaces does not reach the maximum (typically 2). For more information, see [understanding the codespace lifecycle](https://docs.github.com/en/codespaces/getting-started/understanding-the-codespace-lifecycle). + + > **Tip**: To stop an active codespace, click the **•••** next to **Active** and select **Stop codespace** from the menu. + 1. Click the **Create codespace on main** button. > Wait about **2 minutes** for the codespace to spin itself up.