Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/steps/3-customize-codespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ Let's add the GitHub CLI, extensions to run the python program using VS Code, an

1. Select the option `Modify your active configuration...`.

1. In the list of features, search for and select `Python`. Instead of the defaults, pick `Configure Options`. When it asks for he Python version, select `3.10`.
1. In the list of features, search for and select `Python`. Hit `OK`.

1. You will need to select an additional python provider (i.e. `davzucky`), hit `OK`.

1. When the dialog comes up, instead of the defaults, pick `Configure Options`. Hit `OK` again.

1. When it asks for he Python version, select `3.10`.

<!-- <img width="350" alt="select the github cli feature" src="https://github.com/user-attachments/assets/483b53ef-908d-4160-81e6-28fb977423a4" /> -->

Expand Down