🧑‍💻 Develop: 修复 devcontainer feature 配置 (#3515)

This commit is contained in:
Ju4tCode 2025-06-08 17:37:29 +08:00 committed by GitHub
parent 7dfde4b4de
commit 97c5bbfb6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"name": "Default Linux Universal",
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
"ghcr.io/devcontainers-extra/features/poetry:2": {}
},
"postCreateCommand": "./scripts/setup-envs.sh",
"customizations": {