We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05edba9 commit 7d9d9b1Copy full SHA for 7d9d9b1
1 file changed
.devcontainer/devcontainer.json
@@ -1,7 +1,8 @@
1
{
2
"image": "mcr.microsoft.com/devcontainers/python:3.14",
3
"features": {
4
- "ghcr.io/devcontainers/features/git:1": {}
+ "ghcr.io/devcontainers/features/git:1": {},
5
+ "ghcr.io/devcontainers/features/github-cli:1": {}
6
},
7
"postCreateCommand": "pip install autopep8 isort; pip install -r tests/requirements.txt"
8
0 commit comments