Skip to content

Commit d5fcf0e

Browse files
authored
Merge pull request #257 from r-devel/docs/229-codespace-management
Docs: Add instructions for renaming and managing codespaces (closes #229)
2 parents 4b5f79b + 77e944b commit d5fcf0e

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/assets/rdev3_5.png

735 KB
Loading

docs/container_setup/github_codespace/creating_codespace.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,32 @@ GitHub Codespaces' button and then click the green 'Create Codespace' button.
2020

2121
3. You will be taken to a VS Code editor within your browser.
2222
![codespace](../../assets/rdev3.png)
23+
24+
4. Rename your codespace and manage auto-delete for easier identification and to
25+
prevent accidental removal:
26+
27+
By default, your codespace will have a randomly generated name. Renaming it to
28+
something descriptive — such as referencing the issue or feature you’re working
29+
on makes it much easier to manage your codespaces. You can also disable
30+
auto-delete to ensure your codespace isn't removed unexpectedly:
31+
32+
- Open your [GitHub Codespaces dashboard](https://github.com/codespaces)
33+
(<https://github.com/codespaces>) in your browser.
34+
- Find the codespace you just created (it will show the repository name and
35+
the current random display name).
36+
- A: Click the ellipsis (**...**) next to your codespace to open the
37+
options menu.
38+
- B: Select **Rename** from the dropdown.
39+
- Enter a descriptive new display name, e.g.,
40+
`Bug 7084 - text() recycling problems` or
41+
`Ignore deprecated/defunct fns in checkS3methods`, and confirm.
42+
- C: In the same options menu, click on **Auto-delete codespace** to toggle
43+
off auto-delete (remove the check mark). This will prevent the
44+
codespace from being deleted automatically.
45+
46+
![rename codespace](../../assets/rdev3_5.png)
47+
48+
!!! Tip
49+
50+
You can rename your codespace at any time. The display name is
51+
for your convenience and **does not** affect your code or environment.

0 commit comments

Comments
 (0)