Disable Zsh installation in devcontainer configuration

Changed Zsh installation setting to false.
This commit is contained in:
dcreate56 2026-03-02 08:25:53 -03:00 committed by GitHub
commit 3a331f811d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
"ghcr.io/devcontainers/features/common-utils": {
"installZsh": true,
"installZsh": false,
"configureZshAsDefaultShell": true,
"username": "vscode",
"userUid": 1000,