witch/.devcontainer/devcontainer.json
2021-04-11 19:57:59 +00:00

10 lines
145 B
JSON

{
"build": {
"dockerfile": "Dockerfile"
},
"extensions": [
"taylorfausak.purple-yolk"
],
"postCreateCommand": "cabal update"
}