skills / code-with-codespaces

Develop code using GitHub Codespaces and Visual Studio Code!
MIT License
220 stars 441 forks source link

Check the number of active codespaces before creating a new codespace in Step 3 #94

Closed Nkevi closed 3 months ago

Nkevi commented 4 months ago

Summary

Following the steps in the course to continuously create new codespace, until step 3, we may reach the maximum number of active codespaces (typically two) and have to stop one of those before creating a new one.

Snipaste_2024-05-14_14-35-00

Changes

Revise the instructions to include checking the number of active codespaces and how to stop an active codespace in 3-customize-codespace.md file.

Closes: N/A

Task list