mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-12 02:24:13 +03:00
e823c5d431
* 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 |
||
---|---|---|
.. | ||
.vscode | ||
src | ||
.gitignore | ||
.vscodeignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json |
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.