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

Commit

Permalink
Merge pull request #1624 from GavinRay97/patch-1
Browse files Browse the repository at this point in the history
Add instructions for installing HIE + GHC as a VS Code Devcontainer
  • Loading branch information
alanz authored Feb 2, 2020
2 parents f2aec4c + 5b77402 commit 29a68f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This project aims to be __the universal interface__ to __a growing number of Has
- [Installation](#installation)
- [Installation with Nix](#installation-with-nix)
- [Installation on ArchLinux](#installation-on-archlinux)
- [Installation with GHC and HIE as a VS Code Devcontainer](#installation-with-ghc-and-hie-as-a-vs-code-devcontainer)
- [Installation from source](#installation-from-source)
- [Common pre-requirements](#common-pre-requirements)
- [Linux-specific pre-requirements](#linux-specific-pre-requirements)
Expand Down Expand Up @@ -152,6 +153,15 @@ Using [Aura](https://github.com/aurapm/aura):
# aura -A haskell-ide-engine
```

### Installation with GHC and HIE as a VS Code Devcontainer

VS Code provides the ability to develop applications inside of a Docker container (called _Devcontainers_)
https://code.visualstudio.com/docs/remote/containers

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.

https://github.com/hmemcpy/haskell-hie-devcontainer


### Installation from source

Expand Down

0 comments on commit 29a68f8

Please sign in to comment.