Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 29a68f8

Browse files
authored
Merge pull request #1624 from GavinRay97/patch-1
Add instructions for installing HIE + GHC as a VS Code Devcontainer
2 parents f2aec4c + 5b77402 commit 29a68f8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This project aims to be __the universal interface__ to __a growing number of Has
3333
- [Installation](#installation)
3434
- [Installation with Nix](#installation-with-nix)
3535
- [Installation on ArchLinux](#installation-on-archlinux)
36+
- [Installation with GHC and HIE as a VS Code Devcontainer](#installation-with-ghc-and-hie-as-a-vs-code-devcontainer)
3637
- [Installation from source](#installation-from-source)
3738
- [Common pre-requirements](#common-pre-requirements)
3839
- [Linux-specific pre-requirements](#linux-specific-pre-requirements)
@@ -152,6 +153,15 @@ Using [Aura](https://github.com/aurapm/aura):
152153
# aura -A haskell-ide-engine
153154
```
154155

156+
### Installation with GHC and HIE as a VS Code Devcontainer
157+
158+
VS Code provides the ability to develop applications inside of a Docker container (called _Devcontainers_)
159+
https://code.visualstudio.com/docs/remote/containers
160+
161+
There is a community Devcontainer setup which installs and configures GHC + HIE 8.6.5 and the necessary VS Code extensions to integrate them into the editor.
162+
163+
https://github.com/hmemcpy/haskell-hie-devcontainer
164+
155165

156166
### Installation from source
157167

0 commit comments

Comments
 (0)