add poetry to devcontainer

This commit is contained in:
hsm207 2023-08-17 11:02:42 +00:00
commit 72042b315f

View file

@ -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": {},