Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
]
}
},
"onCreateCommand": "pip install pytest && npm install -g @github/copilot && (gh extension install github/gh-copilot || true)",
"onCreateCommand": "pip install pytest && npm install -g @github/copilot",
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

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

The PR description says install commands were moved from postCreateCommand to onCreateCommand, but this diff only removes the gh extension install github/gh-copilot portion; there is no postCreateCommand change in this PR. Please update the PR description (or adjust the devcontainer config) so the stated motivation about prebuild caching matches the actual change.

Copilot uses AI. Check for mistakes.
"postStartCommand": "echo '✅ Python, pytest, GitHub CLI, and Copilot CLI are ready. Run: cd samples/book-app-project && python book_app.py help'"
}
Loading