Skip to content

Commit

Permalink
Check the number of active codespaces before creating a new one in St…
Browse files Browse the repository at this point in the history
…ep 3 (#94)
  • Loading branch information
Nkevi committed Jun 13, 2024
1 parent 9ac889a commit 1fb363a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/steps/3-customize-codespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 **<span>&#x25cf;</span>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.
Expand Down

0 comments on commit 1fb363a

Please sign in to comment.