witch/.devcontainer.json
2021-12-11 15:34:18 +00:00

8 lines
152 B
JSON

{
"image": "ghcr.io/tfausak/haskell-codespace:ghc-9.2",
"extensions": [
"taylorfausak.purple-yolk"
],
"postCreateCommand": "cabal update"
}