diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b7b8d55..e43b885 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -97,7 +97,7 @@ }, "forwardPorts": [3000, 5173, 8080, 1455], "appPort": [3000, 5173, 8080, 1455], - "postCreateCommand": "./scripts/editor-setup.sh", + "postCreateCommand": "./scripts/setup-git.sh && ./scripts/editor-setup.sh", "portsAttributes": { "3000": { "label": "Development Server",