Official Devcontainer feature and template
Opened this issue · 2 comments
weihongliang233 commented
Community members have tried building a devcontainer #41
The result at that time was: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/haskell
However, the repo microsoft/vscode-dev-containers
is now archived. The Microsoft team split this repository into the Devcontainer feature and the Devcontainer template.
So now we may need a Haskell Devcontainer feature and a Haskell Devcontainer template.
In this list, there is already a haskell feature. Has the haskell community reviewed this devcontainer feature?
And there is currently no haskell devcontainer template available yet.
benz0li commented
@weihongliang233 You may be interested in my GHC musl Dev Containers:
👉 made to build statically linked executables.