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

Add instructions for installing HIE + GHC as a VS Code Devcontainer #1624

Merged
merged 1 commit into from
Feb 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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