Skip to content

Commit

Permalink
added GH Cli to devcontainer (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthiel117 committed Oct 24, 2023
1 parent 4d0fd0e commit 6dd61cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "avd-workshops",
"context": ".",
"features": {
"ghcr.io/shinepukur/devcontainer-features/vale:1": {}
"ghcr.io/shinepukur/devcontainer-features/vale:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"workspaceFolder": "/workspace",
"dockerComposeFile": "docker-compose.yml",
Expand Down

0 comments on commit 6dd61cd

Please sign in to comment.