From 2585b70f6b13eac258e0b4d0e1628a865c49f740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 15 Nov 2025 16:20:56 +0800 Subject: [PATCH] fix(Dockerfile): comment out VS Code shell integration line in zsh configuration --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a61a82e..2586039 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -88,7 +88,7 @@ RUN sh -c "$(curl -L -o - https://github.com/deluan/zsh-in-docker/releases/downl && echo "" >> /home/usr_vscode/.zshrc \ && echo "alias gemini='gemini --yolo -m gemini-2.5-pro'" >> /home/usr_vscode/.zshrc \ && echo "alias claude='claude --dangerously-skip-permissions'" >> /home/usr_vscode/.zshrc \ - && echo '[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"' >> /home/usr_vscode/.zshrc + && echo '# [[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"' >> /home/usr_vscode/.zshrc # 安装 pnpm # https://pnpm.io/installation#in-a-docker-container