Skip to content

Commit 7ae4dc7

Browse files
committed
fix linter issues
1 parent baa85fd commit 7ae4dc7

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/container_setup/github_codespace/creating_codespace.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,24 @@ GitHub Codespaces' button and then click the green 'Create Codespace' button.
2222

2323
4. Rename your codespace for easier identification:
2424

25-
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 find and manage your codespaces, especially if you use several.
25+
By default, your codespace will have a randomly generated name. Renaming it to
26+
something descriptive — such as referencing the issue or feature you’re working
27+
on makes it much easier to find and manage your codespaces, especially if
28+
you use several.
2629

2730
To rename your codespace:**
2831

29-
- Open your [GitHub Codespaces dashboard](https://github.com/codespaces) in your browser.
30-
- Find the codespace you just created (it will show the repository name and the current random display name).
32+
- Open your [GitHub Codespaces dashboard](https://github.com/codespaces) in
33+
your browser.
34+
- Find the codespace you just created (it will show the repository name and
35+
the current random display name).
3136
- Click the ellipsis (**...**) next to your codespace to open the options menu.
3237
- Select **Rename** from the dropdown.
33-
- Enter a descriptive new display name (e.g., `r-dev-env-issue-229` or `r-dev-env-patch-naming`) and confirm.
38+
- Enter a descriptive new display name (e.g., `r-dev-env-issue-229` or
39+
`r-dev-env-patch-naming`) and confirm.
3440

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

37-
> **Tip:**
38-
> You can rename your codespace at any time. The display name is for your convenience and does not affect your code or environment.
39-
43+
> **Tip:**
44+
> You can rename your codespace at any time. The display name is
45+
for your convenience and does not affect your code or environment.

0 commit comments

Comments
 (0)