ghcide/extension
Alexander Diemand 67b4d40af4
added unlit stage for literate Haskell source files
Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
2019-09-11 11:56:26 +02:00
..
src update copyright notices (#2499) 2019-09-10 14:52:17 +02:00
.gitignore Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +00:00
.vscodeignore Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +00:00
package-lock.json Rename hie-core to ghcide (#2820) 2019-09-10 15:01:29 +02:00
package.json added unlit stage for literate Haskell source files 2019-09-11 11:56:26 +02:00
README.md Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +00:00
tsconfig.json Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +00:00
tslint.json Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +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.