From 482dcd4cebce603a0dca35b7641e5e59f4ea4bb4 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 19 Oct 2023 19:00:14 +0000 Subject: [PATCH] disable initializeCommand --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2e8c42d..0f25d26 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "image": "mcr.microsoft.com/devcontainers/base:ubuntu", - "initializeCommand": ".devcontainer/run.sh initializeCommand", + // "initializeCommand": ".devcontainer/run.sh initializeCommand", "onCreateCommand": ".devcontainer/run.sh onCreateCommand", "updateContentCommand": ".devcontainer/run.sh updateContentCommand", "postCreateCommand": ".devcontainer/run.sh postCreateCommand",