We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh
1 parent b4503ff commit a838b6fCopy full SHA for a838b6f
.devcontainer/devcontainer.json
@@ -1,9 +1,10 @@
1
{
2
"name": "tldr-pages",
3
"image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Use Microsoft's Ubuntu Base image for the dev container
4
- "features": { // Use Node and Python features in the dev container
+ "features": { // Use Node, Python and GitHub CLI features in the dev container
5
"ghcr.io/devcontainers/features/node:1": {},
6
- "ghcr.io/devcontainers/features/python:1": {}
+ "ghcr.io/devcontainers/features/python:1": {},
7
+ "ghcr.io/devcontainers/features/github-cli:1": {}
8
},
9
10
"privileged": false, // Run the container unprivileged
0 commit comments