Browse Source

add python/poetry to devcontainer (#25407)

with introduction of linter, this adds python/poetry to devcontainer
tags/v1.21.0-rc0
techknowlogick 11 months ago
parent
commit
6a8ebaf22b
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .devcontainer/devcontainer.json

+ 3
- 1
.devcontainer/devcontainer.json 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": {

Loading…
Cancel
Save