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": {