daml/compiler/hie-core/extension
Neil Mitchell 3e1083e1fe Rename haskell-ide-core to hie-core (#1809)
* Rename haskell-ide-core as hie-core, after discussions with Alan Zimmerman and others

* Update the readme to just say how to install
2019-06-21 17:07:09 +00:00
..
src Rename haskell-ide-core to hie-core (#1809) 2019-06-21 17:07:09 +00:00
.gitignore Rename haskell-ide-core to hie-core (#1809) 2019-06-21 17:07:09 +00:00
.vscodeignore Rename haskell-ide-core to hie-core (#1809) 2019-06-21 17:07:09 +00:00
package-lock.json Rename haskell-ide-core to hie-core (#1809) 2019-06-21 17:07:09 +00:00
package.json Rename haskell-ide-core to hie-core (#1809) 2019-06-21 17:07:09 +00:00
README.md Rename haskell-ide-core to hie-core (#1809) 2019-06-21 17:07:09 +00:00
tsconfig.json Rename haskell-ide-core to hie-core (#1809) 2019-06-21 17:07:09 +00:00
tslint.json Rename haskell-ide-core to hie-core (#1809) 2019-06-21 17:07:09 +00:00

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.