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