We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8d2595 + ce38cf8 commit 3b978bfCopy full SHA for 3b978bf
.devcontainer/devcontainer.json
@@ -12,6 +12,6 @@
12
]
13
}
14
},
15
- "postCreateCommand": "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",
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