witch/.devcontainer/devcontainer.json

10 lines
145 B
JSON
Raw Normal View History

2021-04-11 22:08:53 +03:00
{
"build": {
"dockerfile": "Dockerfile"
2021-04-11 22:57:59 +03:00
},
"extensions": [
"taylorfausak.purple-yolk"
],
"postCreateCommand": "cabal update"
2021-04-11 22:08:53 +03:00
}