Skip to content

Commit 1fb363a

Browse files
authored
Check the number of active codespaces before creating a new one in Step 3 (#94)
1 parent 9ac889a commit 1fb363a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/steps/3-customize-codespace.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Let's customize some settings in the `devcontainer.json` file!
3838
1. Create a new codespace by navigating to the landing page of your repository.
3939
1. Click the **Code** button located in the middle of the page.
4040
1. Click the **Codespaces** tab on the box that pops up.
41+
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).
42+
43+
> **Tip**: To stop an active codespace, click the **•••** next to **<span>&#x25cf;</span>Active** and select **Stop codespace** from the menu.
44+
4145
1. Click the **Create codespace on main** button.
4246

4347
> Wait about **2 minutes** for the codespace to spin itself up.

0 commit comments

Comments
 (0)