Update devcontainer.json

This commit is contained in:
Stan Girard 2024-02-22 10:13:16 -08:00 committed by GitHub
parent 9ba7beeb5b
commit 02d6a58893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,12 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/supabase-cli:1": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.11"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
}
}
}