diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 282ff4ad3..edd9b2b89 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,8 @@ "image": "mcr.microsoft.com/devcontainers/universal:2-linux", "features": { "ghcr.io/devcontainers/features/aws-cli:1": {}, - "ghcr.io/devcontainers/features/docker-in-docker": {} + "ghcr.io/devcontainers/features/docker-in-docker": {}, + "ghcr.io/devcontainers-contrib/features/poetry": {} }, "customizations": { "vscode": {"extensions": [ @@ -18,6 +19,10 @@ ]} }, + "containerEnv": { + "POETRY_VIRTUALENVS_IN_PROJECT": "true" + }, + // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},