ghcide/extension/README.md
DavidM-D d6c55d6749 Initial commit of bare bones haskell extension (#1674)
* Initial commit of bare bones haskell extension

* Removed dummy tests

* Added highlighting extension as dependency

* Added copyright header
2019-06-14 15:12:56 +00:00

150 B

A very simple haskell ide core frontend. More or less a bare bones LSP interface.

To get it working run npm install, code . then press F5 to run.