diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 568b4f3..21c5e78 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,7 +26,7 @@ } } }, - "postCreateCommand": "uv venv --force && uv sync -v", + "postCreateCommand": "uv venv --force && uv sync -v && git remote add origin https://github.com/EED-Solutions/eed_package_template.git", "features": {}, "remoteUser": "vscode" }