From 6b359c4d3a9e64d7cf99887e1484231eaa195aba Mon Sep 17 00:00:00 2001 From: yinxue <2643126914@qq.com> Date: Mon, 27 Oct 2025 15:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=90devstar=E4=B8=8A?= =?UTF-8?q?=E4=B9=9F=E8=83=BD=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5d97983..f31a1eb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,5 @@ "onAutoForward": "notify" } }, - - "postCreateCommand": "yarn install", - "postStartCommand": "npm run debug" + "postSAttachCommand": "yarn install && npm run debug" }