Files
wavinfo/.devcontainer/devcontainer.json
2022-11-21 22:22:07 -08:00

12 lines
306 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/anaconda:1": {},
"ghcr.io/devcontainers/features/python:1": {
"version":"3.11",
"installTools": true,
},
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {}
}
}