We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 100a50f + 5232a92 commit 0549a8eCopy full SHA for 0549a8e
.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 || true)",
+ "onCreateCommand": "pip install pytest && npm install -g @github/copilot",
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