Skip to content

Docs: Add instructions for renaming and managing codespaces (closes #229) #257

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/rdev3_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/container_setup/github_codespace/creating_codespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,26 @@ GitHub Codespaces' button and then click the green 'Create Codespace' button.

3. You will be taken to a VS Code editor within your browser.
![codespace](../../assets/rdev3.png)

4. Rename your codespace for easier identification:

By default, your codespace will have a randomly generated name. Renaming it to
something descriptive — such as referencing the issue or feature you’re working
on makes it much easier to manage your codespaces:

- Open your [GitHub Codespaces dashboard](https://github.com/codespaces) (<https://github.com/codespaces>s>) in
your browser.
- Find the codespace you just created (it will show the repository name and
the current random display name).
- Click the ellipsis (**...**) next to your codespace to open the options menu.
- Select **Rename** from the dropdown.
- Enter a descriptive new display name, e.g.,
`Bug 7084 - text() recycling problems` or
`Ignore deprecated/defunct fns in checkS3methods`, and confirm.

![rename codespace](../../assets/rdev3_5.png)

!!! Tip

You can rename your codespace at any time. The display name is
for your convenience and **does not** affect your code or environment.