mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-03 05:23:25 +03:00
0fc96368d3
The vscode library is deprecated in favor of @types/vscode. See https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode This also add vsce as a devDependency, so you don't need to install it globally. Instead you can run it via npm run vscepackage. This simplifies the README (or future "hacking" instructions when the extension is published) |
||
---|---|---|
.. | ||
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.