From 5fb67664c13822e41116f2e08b06fb7af9df4504 Mon Sep 17 00:00:00 2001 From: yinxue <2643126914@qq.com> Date: Tue, 28 Oct 2025 19:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f31a1eb..fd41ed6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,5 +18,5 @@ "onAutoForward": "notify" } }, - "postSAttachCommand": "yarn install && npm run debug" + "postAttachCommand": "yarn install && npm run debug" }