From b99ef7379854bc3eafebf282f75257d3a089e363 Mon Sep 17 00:00:00 2001 From: yinxue <2643126914@qq.com> Date: Sun, 26 Oct 2025 17:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E4=BA=86remoteUser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e457eb1..b2b3556 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,6 +19,5 @@ } }, "postCreateCommand": "npm install && npm add -D vitepress", - "postAttachCommand": "npm run docs:dev -- --host 0.0.0.0", - "remoteUser": "node" + "postAttachCommand": "npm run docs:dev -- --host 0.0.0.0" } \ No newline at end of file