Skip to content

Commit 0549a8e

Browse files
authored
Merge pull request #56 from github/devcontainer/prebuild-optimization
chore: optimize devcontainer for Codespaces prebuilds
2 parents 100a50f + 5232a92 commit 0549a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
]
1313
}
1414
},
15-
"onCreateCommand": "pip install pytest && npm install -g @github/copilot && (gh extension install github/gh-copilot || true)",
15+
"onCreateCommand": "pip install pytest && npm install -g @github/copilot",
1616
"postStartCommand": "echo '✅ Python, pytest, GitHub CLI, and Copilot CLI are ready. Run: cd samples/book-app-project && python book_app.py help'"
1717
}

0 commit comments

Comments
 (0)