Skip to content

Commit 5103f57

Browse files
committed
correct linter errors
1 parent 00f46dc commit 5103f57

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/container_setup/github_codespace/creating_codespace.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,26 @@ GitHub Codespaces' button and then click the green 'Create Codespace' button.
2626

2727
By default, your codespace will have a randomly generated name. Renaming it to
2828
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 auto-delete to ensure your codespace isn't removed unexpectedly:
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:
3031

31-
- Open your [GitHub Codespaces dashboard](https://github.com/codespaces) (<https://github.com/codespaces>) in
32-
your browser.
32+
- Open your [GitHub Codespaces dashboard](https://github.com/codespaces)
33+
(<https://github.com/codespaces>) in your browser.
3334
- Find the codespace you just created (it will show the repository name and
3435
the current random display name).
35-
- A: Click the ellipsis (**...**) next to your codespace to open the options menu.
36+
- A: Click the ellipsis (**...**) next to your codespace to open the
37+
options menu.
3638
- B: Select **Rename** from the dropdown.
3739
- Enter a descriptive new display name, e.g.,
3840
`Bug 7084 - text() recycling problems` or
3941
`Ignore deprecated/defunct fns in checkS3methods`, and confirm.
40-
- C: In the same options menu, click on **Auto-delete codespace** to toggle off auto-delete (remove the check mark). This will prevent the codespace from being deleted automatically.
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.
4145

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

4448
!!! Tip
4549

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

0 commit comments

Comments
 (0)