We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91bf48 commit dd9859aCopy full SHA for dd9859a
.devcontainer.json
@@ -23,9 +23,13 @@
23
}
24
},
25
"features": {
26
+ // zsh as default shell for my dotfiles to work
27
+ "ghcr.io/devcontainers/features/common-utils:2": {
28
+ "configureZshAsDefaultShell": true
29
+ },
30
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
31
"ghcr.io/devcontainers/features/github-cli:1": {},
- "ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:0": {}
32
+ "ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:1": {}
33
34
"updateContentCommand": "npm install -g @devcontainers/cli"
35
0 commit comments