diff --git a/devcontainer.json b/devcontainer.json index 4c8886d..d3cb0b2 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -63,6 +63,7 @@ "PYTHONDONTWRITEBYTECODE": "1", "PIP_DISABLE_PIP_VERSION_CHECK": "1" }, + "initializeCommand": "test -f \"$HOME/.gitconfig\" || touch \"$HOME/.gitconfig\"", "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=delegated", "workspaceFolder": "/workspace", "postCreateCommand": "uv run --no-project /opt/post_install.py"