We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b978bf + a32f26d commit 100a50fCopy full SHA for 100a50f
.devcontainer/devcontainer.json
@@ -12,6 +12,6 @@
12
]
13
}
14
},
15
- "onCreateCommand": "pip install pytest && npm install -g @github/copilot && gh extension install github/gh-copilot",
+ "onCreateCommand": "pip install pytest && npm install -g @github/copilot && (gh extension install github/gh-copilot || true)",
16
"postStartCommand": "echo '✅ Python, pytest, GitHub CLI, and Copilot CLI are ready. Run: cd samples/book-app-project && python book_app.py help'"
17
0 commit comments