From 3a331f811d36442be4f9847ec2f036bb85587f23 Mon Sep 17 00:00:00 2001 From: dcreate56 Date: Mon, 2 Mar 2026 08:25:53 -0300 Subject: [PATCH] Disable Zsh installation in devcontainer configuration Changed Zsh installation setting to false. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d3ad1a3a7..050dc3d40 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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,