This repository has been archived on 2026-08-16. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
"name": "Haskell Dev Container",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": { "extensions": [
|
|
"haskell.haskell",
|
|
"phoityne.phoityne-vscode"
|
|
]}
|
|
}
|
|
}
|