Skip to content

Commit f363695

Browse files
authored
Merge pull request #588 from Green-Software-Foundation/features/add-gh-cli-to-dev-container
Add gh cli to devcontainer/codespace
2 parents a82b090 + f5182d6 commit f363695

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232

3333
// Uncomment the line below to mount your local usersecrets into the devcontainer from a Mac/Linux OS
3434
// "mounts": [ "source=${localEnv:HOME}/.microsoft/usersecrets,target=/root/.microsoft/usersecrets,type=bind" ],
35-
35+
"features": {
36+
"ghcr.io/devcontainers/features/github-cli:1": {}
37+
},
3638

3739
// Add the IDs of extensions you want installed when the container is created in the array below.
3840
"customizations": {

0 commit comments

Comments
 (0)