From 268e84268fd58c1245788d886e624ba749dce7f8 Mon Sep 17 00:00:00 2001 From: iriru Date: Sun, 19 Jan 2025 23:14:45 +0900 Subject: [PATCH] docs : Update 4-personalize-codespace.md Fixes #138 - Added a note advising users to wait sufficiently if errors occur. - Note: Running commands before the codespace is fully set up might result in errors. If an error occurs, please open a new codespace and wait a sufficient amount of time before trying again. --- .github/steps/4-personalize-codespace.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/steps/4-personalize-codespace.md b/.github/steps/4-personalize-codespace.md index e6916a5..eca41bf 100644 --- a/.github/steps/4-personalize-codespace.md +++ b/.github/steps/4-personalize-codespace.md @@ -68,6 +68,7 @@ Let's see how this works! 1. Click the **Create codespace on main** button. > Wait about **2 minutes** for the codespace to spin itself up. + > **Note:** Running commands before the codespace is fully set up might result in errors. If an error occurs, please open a new codespace and wait a sufficient amount of time before trying again. 1. Verify your codespace is running, as you did previously. 1. Verify the `setup.sh` file is present in your VS Code editor.