Skip to content

Commit 932c24b

Browse files
committed
Update instructions for selecting GitHub CLI version and opening terminal in Codespaces
1 parent 97251d8 commit 932c24b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/guided-workshop/exercises/3-codespaces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Let's create our own dev container! The [dev container is configured](https://do
3434
> [!NOTE]
3535
> You can type the name of the feature you want to filter the list.
3636
37-
8. Select **latest (default)** for the version of the GitHub CLI.
37+
8. Select **Keep defaults** to use the default configuration.
3838

3939
> [!IMPORTANT]
4040
> Your new container definition files will be created into the **.devcontainer** folder. **DO NOT** select **Rebuild Now**; we'll do that in just a moment.
@@ -83,7 +83,7 @@ Before rebuilding the container, let's add **GitHub.copilot** to the list of ext
8383
4321,
8484
5100,
8585
5000
86-
]
86+
],
8787
```
8888

8989
6. Just below the list of ports, add the command to run the startup script to the container definition:
@@ -110,7 +110,7 @@ Custom containers for GitHub Codespaces become part of the source code for the r
110110

111111
> **IMPORTANT:** For purposes of this exercise we are pushing code updates directly to `main`, our default branch. Normally you would follow the [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow), which we will do in a [later exercise](6-github-flow.md).
112112

113-
1. Open the terminal window in the codespace by selecting <kbd>Ctl</kbd> + <kbd>`</kbd> or clicking ☰ → View → Terminal.
113+
1. Open a new terminal window in the codespace by selecting <kbd>Ctl</kbd> + <kbd>Shift</kbd> + <kbd>`</kbd> or clicking ☰ → View → Terminal.
114114
1. Find the issue number for defining the codespace by entering the following command:
115115

116116
```bash

0 commit comments

Comments
 (0)