Skip to content

Commit 7d9d9b1

Browse files
committed
Add GH CLI to dev container
1 parent 05edba9 commit 7d9d9b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/python:3.14",
33
"features": {
4-
"ghcr.io/devcontainers/features/git:1": {}
4+
"ghcr.io/devcontainers/features/git:1": {},
5+
"ghcr.io/devcontainers/features/github-cli:1": {}
56
},
67
"postCreateCommand": "pip install autopep8 isort; pip install -r tests/requirements.txt"
78

0 commit comments

Comments
 (0)