mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
8d3a632114
* Upgrade to GHC 9.8.1 * Update devcontainer
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"taylorfausak.purple-yolk"
|
|
]
|
|
}
|
|
},
|
|
"dockerComposeFile": "compose.yaml",
|
|
"initializeCommand": "docker volume create cabal-state",
|
|
"postCreateCommand": "cabal update",
|
|
"service": "devcontainer",
|
|
"workspaceFolder": "/workspace"
|
|
}
|