From b7aab0a6a5d3284dd4bdff6a5081e6feef07d3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 9 Nov 2025 02:49:47 +0800 Subject: [PATCH] =?UTF-8?q?build(devcontainer):=20=E6=B7=BB=E5=8A=A0SANDBO?= =?UTF-8?q?X=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 11e4376..3c5868f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -17,6 +17,7 @@ ENV LANG=zh_CN.UTF-8 \ TZ=${TZ} \ # Set `DEVCONTAINER` environment variable to help with orientation DEVCONTAINER=true \ + SANDBOX=sandbox-devcontainer \ # Set the default shell to zsh rather than sh SHELL=/bin/zsh \ # Set the default editor and visual