An open API service indexing awesome lists of open source software.

https://github.com/ryan-haskell/elm-lsp

Exploring an elm/compiler based LSP server implementation
https://github.com/ryan-haskell/elm-lsp

Last synced: 9 months ago
JSON representation

Exploring an elm/compiler based LSP server implementation

Awesome Lists containing this project

README

          

# elm-lsp
> Exploring a Haskell-based LSP server implementation

## Running locally

__Prerequisite:__ You'll need to install Haskell and Node.js

1. `npm install`
1. `npm run build`
1. Open VS Code, and run the debug task!