Create devcontainer.json

This commit is contained in:
Jamie Hardt
2022-11-21 22:22:07 -08:00
committed by GitHub
parent f10a546fe9
commit 04c402680b

View File

@@ -0,0 +1,11 @@
{
"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": {}
}
}