ghcide/extension
Robert Hensing 0fc96368d3 migrate to new @types/vscode, add vsce devDependency
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)
2019-09-13 13:16:38 +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 migrate to new @types/vscode, add vsce devDependency 2019-09-13 13:16:38 +02:00
package.json migrate to new @types/vscode, add vsce devDependency 2019-09-13 13:16:38 +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.