File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
container_setup/github_codespace Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,28 @@ GitHub Codespaces' button and then click the green 'Create Codespace' button.
2020
21213 . You will be taken to a VS Code editor within your browser.
2222![ codespace] ( ../../assets/rdev3.png )
23+
24+ 4 . Rename your codespace for easier identification:
25+
26+ By default, your codespace will have a randomly generated name. Renaming it to
27+ something descriptive — such as referencing the issue or feature you’re working
28+ on makes it much easier to find and manage your codespaces:
29+
30+ ** To Rename your codespace:**
31+
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).
36+ - Click the ellipsis (** ...** ) next to your codespace to open the options menu.
37+ - Select ** Rename** from the dropdown.
38+ - Enter a descriptive new display name, e.g.,
39+ ` Bug 7084 - text() recycling problems ` or
40+ ` Ignore deprecated/defunct fns in checkS3methods ` , and confirm.
41+
42+ ![ rename codespace] ( ../../assets/rdev3_5.png )
43+
44+ !!! Tip
45+
46+ You can rename your codespace at any time. The display name is
47+ for your convenience and **does not** affect your code or environment.
You can’t perform that action at this time.
0 commit comments