From b62ac23ad1f7a80868d41b308e485c58c205fb05 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 2 Jun 2024 01:55:02 +0800 Subject: [PATCH] chore: enable zsh for all sessions --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8f2995b2a70..a891b7ee557 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,10 +3,10 @@ "image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye", "onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}", "postCreateCommand": "bash .devcontainer/post-create.sh", - "postAttachCommand": "exec zsh", "customizations": { "vscode": { "settings": { + "terminal.integrated.defaultProfile.linux": "zsh", // Speed up extension installation "extensions.verifySignature": false },