Skip to content

docs : Update 4-personalize-codespace.md #139

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iriru
Copy link

@iriru iriru commented Jan 19, 2025

Summary

This PR adds a note to the documentation advising users to open a new codespace and wait a sufficient amount of time if errors occur when running commands too soon after opening a codespace.

Changes

  • Updated 4-personalize-codespace.md to include a note advising users to wait sufficiently if errors occur.

Extended Description

  • Added the following note:
    • 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.

Closes:#138

Task list

  • Update 4-personalize-codespace.md to include a note advising users to wait sufficiently if errors occur.
  • Add a note about opening a new codespace and waiting a sufficient amount of time if errors occur.
  • Review and test the changes.
  • Update the documentation to reflect the changes.
  • Get approval from the team.

Fixes skills#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.
@iriru iriru marked this pull request as draft January 19, 2025 14:31
@iriru iriru marked this pull request as ready for review January 19, 2025 14:31
Copy link

@Amok-H Amok-H left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#!/bin/bash

sudo apt-get update
sudo apt-get install sl
echo "export PATH=$PATH:/usr/games" >> ~/.

@@ -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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
"name": "Mein Entwicklungscontainer",
"build": {
"dockerfile": "Dockerfile"
},
"postCreateCommand": "./.devcontainer/setup.sh",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"ms-python.python",
"dbaeumer.vscode-eslint"
],
"forwardPorts": [3000],
"remoteUser": "vscode"
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants