Conversation
- include ms-vscode.remote-repositories for remote repo access - update version history in README
There was a problem hiding this comment.
Pull request overview
Updates the github-dev devcontainer feature to adjust the default VS Code extension set and bump the feature version, keeping repository docs in sync with the feature metadata.
Changes:
- Bump
github-devfeature version to1.0.1. - Remove
github.copilotfrom the default extension list and addms-vscode.remote-repositories. - Update
github-devdocumentation and the feature table entry inAGENTS.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/github-dev/devcontainer-feature.json | Version bump and extension list update (remove github.copilot, add ms-vscode.remote-repositories). |
| src/github-dev/README.md | Reflect updated extension list and add v1.0.1 changelog note. |
| AGENTS.md | Update the “Available Features” table entry for github-dev to 1.0.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ PR Validation Passed
📋 Pipeline Status
🤖 Generated by @helpers4 CI • 2026-04-30 |
… handling - change file permissions for install.sh - enhance comments and structure for clarity - streamline JSON handling and validation
- bump version to 1.1.0 - add support for syncing cloud credentials (AWS, kube, Docker, gh OAuth) - enhance README and documentation for clarity - implement copy-if-absent strategy for additional config files
Co-authored-by: Copilot <copilot@github.com>
…t messages and PR titles
- add detection of features with version changes - implement forced republishing of all features - create per-feature git tags upon release - trigger website updates for each feature
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 16 out of 16 changed files in this pull request and generated 10 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…hAuth BREAKING CHANGE: option syncGhAuth is removed and only ~/.config/gh/config.yml (single file) is bind-mounted now. The previous directory-level mount exposed hosts.yml (GitHub OAuth token) inside /tmp/dotfiles-sync regardless of the opt-in. Use github-dev with GH_TOKEN env, or run gh auth login in the container.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 19 out of 19 changed files in this pull request and generated 12 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ources - auto-header: persist resolved machineSettingsFile path in config.json so test reads the same path the installer wrote (build-time _REMOTE_USER differs from test-time fallback on images without node user). - pr-validation.yml: create all 14 bind-mount source paths required by dotfiles-sync feature, not just gitconfig/npmrc/ssh/gnupg, so docker run no longer aborts on missing /home/runner/.gitignore_global etc.
…ching system config
Description
Please include a summary of what this PR does and why it's needed.
Type of Change
Related Issues
Closes #(issue number)
How Has This Been Tested?
Describe the tests you ran and how to reproduce them:
Checklist
Screenshots (if applicable)
Add screenshots for UI changes.
Additional Context
Add any other context about the PR here.