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.
configureZshAsDefaultShell
1 parent c5fc0f1 commit 371136eCopy full SHA for 371136e
.devcontainer.json
@@ -23,10 +23,7 @@
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
- },
+ "ghcr.io/devcontainers/features/common-utils:2": {},
30
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
31
"ghcr.io/devcontainers/features/github-cli:1": {},
32
"ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:1": {}
0 commit comments