From e3c7bfa690c7207d6c630cb6aaa52edb86e380ee Mon Sep 17 00:00:00 2001 From: hubwriter Date: Thu, 25 Nov 2021 15:18:26 +0000 Subject: [PATCH] Remove changes to postCreateCommand --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1bcd8ee088..d5a61ceb8f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,7 @@ "forwardPorts": [4000], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "'code --install-extension .vscode/open-reusable-1.3.0.vsix' && npm ci && npm run build", + "postCreateCommand": "npm ci && npm run build", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node"