You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/steps/3-customize-codespace.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,10 @@ Let's customize some settings in the `devcontainer.json` file!
38
38
1. Create a new codespace by navigating to the landing page of your repository.
39
39
1. Click the**Code** button located in the middle of the page.
40
40
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>●</span>Active** and select**Stop codespace** from the menu.
44
+
41
45
1. Click the**Create codespace on main** button.
42
46
43
47
>Wait about**2 minutes** for the codespace to spin itself up.