ghcide/extension
Neil Mitchell e823c5d431 Add IDE Readme (#1678)
* Add .vscode settings that are useful for making it easier to build

* Ignore the extension output

* Add a README that describes how to start the IDE
2019-06-14 18:10:13 +02:00
..
.vscode Add IDE Readme (#1678) 2019-06-14 18:10:13 +02:00
src Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +00: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 Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +00:00
package.json Initial commit of bare bones haskell extension (#1674) 2019-06-14 15:12:56 +00: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.