Skip to content

Fix Codespaces setup steps in tutorial docs - #2

Merged
danielgerlag merged 1 commit into
mainfrom
danielgerlag-fix-codespaces-tutorial-docs
Aug 3, 2026
Merged

Fix Codespaces setup steps in tutorial docs#2
danielgerlag merged 1 commit into
mainfrom
danielgerlag-fix-codespaces-tutorial-docs

Conversation

@danielgerlag

Copy link
Copy Markdown
Contributor

The three Python tutorials told users that Codespaces would prompt for a dev container configuration, but the default Create codespace path never does. That made the setup steps fail for anyone following the Codespaces path.

This change splits Option A into separate VS Code and GitHub Codespaces paths. Codespaces users are directed to Code -> Codespaces -> ... -> New with options... and then select the matching tutorial configuration under Dev container configuration.

Updated _index.md sources for getting-started, building-comfort, and curbside-pickup, and regenerated the sibling README.md files.

The default Create codespace path never prompts for a dev container
config. Split Option A into VS Code and Codespaces paths, and document
New with options so users can pick the tutorial configuration.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings August 3, 2026 15:48
@danielgerlag
danielgerlag marked this pull request as ready for review August 3, 2026 15:50
@danielgerlag
danielgerlag merged commit 92e8ba3 into main Aug 3, 2026
25 of 26 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Ready to approve

The documentation changes are consistent across sources/derived READMEs and directly address the stated Codespaces setup failure without introducing correctness or formatting issues.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Updates the three Python tutorial setup instructions so GitHub Codespaces users explicitly choose the correct dev container configuration (since the default “Create codespace” flow doesn’t prompt for one), preventing setup failures when following the Codespaces path.

Changes:

  • Split “Option A” into distinct VS Code (local dev container) and GitHub Codespaces instructions in each tutorial.
  • Added explicit Codespaces steps to use New with options… and select the tutorial’s Dev container configuration.
  • Regenerated the tutorial README.md files to match the _index.md sources.
File summaries
File Description
tutorials/getting-started/_index.md Clarifies Codespaces vs local dev container setup for Getting Started.
tutorials/getting-started/README.md Regenerated tutorial README with the updated setup flow.
tutorials/building-comfort/_index.md Clarifies Codespaces vs local dev container setup for Building Comfort.
tutorials/building-comfort/README.md Regenerated tutorial README with the updated setup flow.
tutorials/curbside-pickup/_index.md Clarifies Codespaces vs local dev container setup for Curbside Pickup.
tutorials/curbside-pickup/README.md Regenerated tutorial README with the updated setup flow.
Review details
  • Files reviewed: 6/6 changed files
  • Comments generated: 0
  • Review effort level: Lite

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants