@@ -12,7 +12,7 @@ In this section, you'll set up your development environment and teach GitHub Cop
1212
1313## 🔧 Initial Setup
1414
15- ### Step 1: Create Your Repository
15+ ### Step 1: Create Your Own Repository (required)
1616
17171 . Open [ github.com/copilot-dev-days/agent-lab-python] ( https://github.com/copilot-dev-days/agent-lab-python )
18182 . Click ** Use this template** → ** Create a new repository**
@@ -26,14 +26,25 @@ In this section, you'll set up your development environment and teach GitHub Cop
26262 . Under "Build and deployment", select ** GitHub Actions**
27273 . ✅ Every commit will now publish to: ` https://{username}.github.io/{repo-name} `
2828
29- ### Step 3: Clone & Open in VS Code
29+ ### Step 3: Choose How to Open Your Repository
30+
31+ This repo includes a ready-to-use devcontainer (` .devcontainer/devcontainer.json ` ), so you can work locally or in Codespaces.
32+
33+ #### Option A: Clone & Open in Local VS Code
3034
31351 . Open VS Code
32362 . Run command: ` Git: Clone ` → ` Clone from GitHub `
33373 . Select your new repository
34384 . When prompted, install ** recommended extensions**
3539
36- ### Step 4: Run the Setup Agent
40+ #### Option B: Open Your New Repo in GitHub Codespaces
41+
42+ 1 . Open your newly created repository on GitHub
43+ 2 . Click ** Code** → ** Codespaces** → ** Create codespace on main**
44+ 3 . Wait for setup to finish (the devcontainer runs ` uv sync ` automatically)
45+ 4 . ✅ You can start the lab directly in the browser-based VS Code experience
46+
47+ ### Step 4: Run the Setup Agent (both options)
3748
3849In the Chat panel:
3950
0 commit comments