From 0439a442315bc747cc674383511e1503cc9a91dc Mon Sep 17 00:00:00 2001 From: "Brian L. Gorman" Date: Thu, 6 Nov 2025 08:54:59 -0600 Subject: [PATCH] update instructions for configuration on devcontainer file --- .github/steps/3-customize-codespace.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/steps/3-customize-codespace.md b/.github/steps/3-customize-codespace.md index b2c4201..b013bb5 100644 --- a/.github/steps/3-customize-codespace.md +++ b/.github/steps/3-customize-codespace.md @@ -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`.