Skip to content

Commit

Permalink
chore: Update "features" in devcontainer.json
Browse files Browse the repository at this point in the history
This is an update mainly for using GitHub CLI.
hankei6km committed Dec 16, 2023
1 parent 9417cab commit 90301df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,11 @@
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/common-utils:2": {
"username": "node"
},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"remoteUser": "node",
"updateContentCommand": "npm install -g @devcontainers/cli"

0 comments on commit 90301df

Please sign in to comment.