witch/.devcontainer.json

8 lines
152 B
JSON
Raw Normal View History

2021-04-11 22:08:53 +03:00
{
2021-12-11 18:34:18 +03:00
"image": "ghcr.io/tfausak/haskell-codespace:ghc-9.2",
2021-04-11 22:57:59 +03:00
"extensions": [
"taylorfausak.purple-yolk"
],
"postCreateCommand": "cabal update"
2021-04-11 22:08:53 +03:00
}