From 856ce04d32746e5f746af056f2f8b320f080061a Mon Sep 17 00:00:00 2001 From: Archie Sarre Wood <58074498+archiewood@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:07:15 -0500 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 538009c..a1ff0ac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,7 @@ }, // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "rm .vscode/extensions.json && rmdir .vscode", + "postCreateCommand": "rm .vscode/extensions.json && rmdir .vscode && npm install", // Configure tool-specific properties "customizations": { "vscode": {