diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 95780b947b..1bcd8ee088 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": "postCreateCommand": "'code --install-extension .vscode/open-reusable-1.3.0.vsix' && npm ci && npm run build", + "postCreateCommand": "'code --install-extension .vscode/open-reusable-1.3.0.vsix' && npm ci && npm run build", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node"