add python/poetry to devcontainer (#25407)

with introduction of linter, this adds python/poetry to devcontainer
This commit is contained in:
techknowlogick 2023-06-21 04:44:58 -04:00 committed by GitHub
parent 2cdf260f42
commit 6a8ebaf22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
"ghcr.io/devcontainers/features/node:1": {
"version":"20"
},
"ghcr.io/devcontainers/features/git-lfs:1.1.0": {}
"ghcr.io/devcontainers/features/git-lfs:1.1.0": {},
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
"ghcr.io/devcontainers/features/python:1": {}
},
"customizations": {
"vscode": {